sdafglhjddsfjhsfda;

This commit is contained in:
tildearrow 2022-11-15 03:05:43 -05:00
parent d1c0cdf7d1
commit dd62b387c7
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}