chore: rename critical section variable to a more accurate one

fix: call ``Renderer::CBuffTick`` at ``C4JRender::Tick`` in release mode
This commit is contained in:
Patoke
2026-03-03 01:59:30 -03:00
parent 8dd19edd1a
commit 7a4e31561d
4 changed files with 20 additions and 22 deletions
+1 -1
View File
@@ -443,7 +443,7 @@ public:
DWORD presentCount;
BYTE rendererFlag0;
BYTE paddingAfterRendererFlag0[3];
_RTL_CRITICAL_SECTION rtl_critical_section100;
_RTL_CRITICAL_SECTION m_commandBufferCS;
DWORD activeVertexType;
DWORD activePixelType;
C4JRender::eViewportType m_ViewportType;