mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Tier1: assert on LZSS window size being a power of 2
This commit is contained in:
parent
e72f13ee0f
commit
5b0b386ea7
@ -65,6 +65,7 @@ private:
|
||||
|
||||
FORCEINLINE CLZSS::CLZSS( int nWindowSize )
|
||||
{
|
||||
Assert( IsPowerOfTwo( nWindowSize ) );
|
||||
m_nWindowSize = nWindowSize;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user