Skip to content

Commit

Permalink
Fixup.
Browse files Browse the repository at this point in the history
  • Loading branch information
MStachowicz committed Nov 15, 2024
1 parent 5461202 commit 9ecd276
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/Component/ParticleEmitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ namespace Component
auto formatted_used_capacity = Utility::format_number(particle_buf.used_capacity());
ImGui::Text_Manual("Buffer size %sB", formatted_capacity.c_str());
ImGui::Text_Manual("Buffer used %sB (%.2f%%)", formatted_used_capacity.c_str(), particle_buf.used_capacity_ratio() * 100.f);
ImGui::SameLine();
ImGui::Text(" (%.2f%%)", ((float)(particle_buf.used_capacity()) / (float)(particle_buf.capacity())) * 100);

{ImGui::SeparatorText("Render styling");
ImGui::Text("Colour style", to_string(get_colour_source()));
Expand Down

0 comments on commit 9ecd276

Please sign in to comment.