We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13af6e commit 8dacdb0Copy full SHA for 8dacdb0
src/Layers/xrRenderPC_R4/xrRender_R4.cpp
@@ -17,7 +17,7 @@ extern "C" void XR_EXPORT SetupEnv()
17
#ifdef DEBUG
18
GEnv.DRender = &DebugRenderImpl;
19
#endif
20
- xrRender_initconsole();
+ xrRender_initconsole(); // XXX: Xottab_DUTY: move somewhere
21
}
22
23
BOOL APIENTRY DllMain(HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved)
0 commit comments