mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 04:55:13 +00:00
sdafglhjddsfjhsfda;
This commit is contained in:
parent
d1c0cdf7d1
commit
dd62b387c7
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ void FurnaceGUI::drawDebug() {
|
|||
ImGui::EndTable();
|
||||
}
|
||||
|
||||
ImGui::Text("particle count: %ld",particles.size());
|
||||
ImGui::Text("particle count: %d",(int)particles.size());
|
||||
|
||||
ImGui::TreePop();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue