Explorar el Código

Fixed VS build.

Branimir Karadžić hace 9 años
padre
commit
8f215395aa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/debug_renderdoc.cpp

+ 1 - 1
src/debug_renderdoc.cpp

@@ -43,7 +43,7 @@ namespace bgfx
 								, BX_COUNTOF(moduleName)
 								);
 					if (0 != result
-					&&  0 == bx::stricmp(_name, moduleName) )
+					&&  0 == bx::strincmp(_name, moduleName) )
 					{
 						return true;
 					}