Fixed small ifdef bug, added quick-sfml-templates fps graph

This commit is contained in:
MitchellHansen
2017-03-12 00:00:20 -08:00
parent b7d4191d82
commit 033e29d9b1
3 changed files with 59 additions and 16 deletions

View File

@@ -166,6 +166,7 @@ int main() {
// ========== DEBUG ==========
fps_counter fps;
fps.set_position(sf::Vector2f(WINDOW_X - 200, WINDOW_Y - 100));
sf::Vector2f *dp = camera->get_direction_pointer();
debug_text cam_text_x(1, 30, &dp->x, "incli: ");