remove performance print for release builds

This commit is contained in:
Mark 2023-11-14 19:46:16 +01:00
parent e29fccf20e
commit 3e86ba921e

View File

@ -1198,7 +1198,7 @@ impl WindowHandler<GuiEvent> for Gui {
.content .content
.text() = "On due to\nbad performance".to_string(); .text() = "On due to\nbad performance".to_string();
} }
// #[cfg(debug_assertions)] #[cfg(debug_assertions)]
{ {
self.frames_drawn += 1; self.frames_drawn += 1;
if draw_start_time if draw_start_time