Attempting to iron out seg faults and crashes.
Did some shuffling to fix a initialization order problem between view position, scenery elevation.
This commit is contained in:
parent
e111f530c3
commit
dacc051a57
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ void slSample::changeRate ( int r )
|
|||
buffer = buffer2 ;
|
||||
}
|
||||
|
||||
#ifdef 0
|
||||
#if 0
|
||||
void slSample::changeToUnsigned ()
|
||||
{
|
||||
if ( getBps() == 16 )
|
||||
|
|
Loading…
Reference in a new issue