mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
togl/togles: fix flashlight problems
This commit is contained in:
@@ -4506,7 +4506,7 @@ void GLMContext::GenDebugFontTex( void )
|
||||
|
||||
//-----------------------------------------------------
|
||||
// fetch elements of font data and make texels... we're doing the whole slab so we don't really need the stride info
|
||||
unsigned long *destTexelPtr = (unsigned long *)lockAddress;
|
||||
uint32 *destTexelPtr = (uint32 *)lockAddress;
|
||||
|
||||
for( int index = 0; index < 16384; index++ )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user