togl/togles: fix flashlight problems

This commit is contained in:
nillerusr
2022-07-25 17:10:10 +03:00
parent ae94aa060d
commit 5e1ed3bd26
4 changed files with 23 additions and 24 deletions

View File

@@ -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++ )
{