summaryrefslogtreecommitdiffhomepage
path: root/src/main.c
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-05-27 13:15:03 -0400
committerrealtradam <[email protected]>2023-05-27 13:15:03 -0400
commit1467c004665e9efefd2ea0fa2875ad93374d3e1b (patch)
treef5582cb9aca1f919784f35f76e3ebb7855e0b959 /src/main.c
parent8e4e014b68f333c80bae043ec1be6808ac795be2 (diff)
downloadrodeo_sample_game-1467c004665e9efefd2ea0fa2875ad93374d3e1b.tar.gz
rodeo_sample_game-1467c004665e9efefd2ea0fa2875ad93374d3e1b.zip
stuff
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.c b/src/main.c
index 2c254f8..e1b3f50 100644
--- a/src/main.c
+++ b/src/main.c
@@ -215,13 +215,6 @@ main_loop(void)
" fps: %.2f ",
time_var
);
-
- rodeo_debug_text_draw(
- 2,
- 4,
- " orc count: %"PRIu32" ",
- num_of_units
- );
}
}