Archived
1
Fork 0

Fix stupid formatting warning, again

This commit is contained in:
Joshua Goins 2022-08-15 10:17:31 -04:00
parent f787e04011
commit 4bb500d007

View file

@ -36,7 +36,7 @@ void draw_asset() {
for(auto& [path, block] : assetm->reference_blocks) {
ImGui::PushID(&block);
ImGui::Text("- %s has %llu reference(s)", path.string().c_str(), block->references);
ImGui::Text("- %s has %lu reference(s)", path.string().c_str(), block->references);
ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor(200, 0, 0));