Skip to content

Commit 9bae5d0

Browse files
committed
Fix release build compile error
1 parent c215d07 commit 9bae5d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Render/ImGui/ImGuiRenderer.bf

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ namespace Nanoforge.Render.ImGui
1717
private ID3D11Device* _device = null;
1818
private IDXGIFactory* _factory = null;
1919
private HWND _hwnd = 0;
20+
private u32 _drawCount = 0;
2021

2122
public void Shutdown()
2223
{

0 commit comments

Comments
 (0)