Re-enabled FPS display, fix other display issues

This commit is contained in:
2015-08-23 01:53:13 +10:00
parent 915660da0e
commit 41d601ab06
5 changed files with 13 additions and 9 deletions
+2
View File
@@ -33,6 +33,7 @@
#include "image.hpp"
#include "button.hpp"
#include "tile_sheet.hpp"
#include "text_line.hpp"
//common
#include "frame_rate.hpp"
@@ -146,6 +147,7 @@ private:
Button disconnectButton;
Button shutdownButton;
FrameRate fps;
TextLine fpsTextLine;
//the camera structure
struct {