mirror of
https://github.com/Patoke/4JLibs.git
synced 2026-07-13 20:58:37 +00:00
feat: cbufftick for debug builds
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
|
||||
void C4JRender::Tick()
|
||||
{
|
||||
#if _DEBUG
|
||||
InternalRenderManager.CBuffTick();
|
||||
#endif
|
||||
}
|
||||
|
||||
void C4JRender::UpdateGamma(unsigned short usGamma)
|
||||
|
||||
Reference in New Issue
Block a user