hackily adding the event count to the graph

This commit is contained in:
2018-02-28 20:40:08 -08:00
parent 5a47d3bad4
commit 24a97e47e1
6 changed files with 52 additions and 27 deletions

View File

@@ -72,13 +72,14 @@ private:
std::shared_ptr<CLCaster> raycaster;
std::shared_ptr<LightHandle> light_handle;
std::shared_ptr<LightController> light_controller;
GraphTimer fps;
Input input_handler;
std::shared_ptr<WindowHandler> window_handler;
// The sfml imgui wrapper I'm using requires Update be called with sf::Time
// Might modify it to also accept seconds
sf::Clock sf_delta_clock;
GraphTimer fps;
// vars for us to use with ImGUI
float light_color[4] = { 0, 0, 0, 0 };