Add a better FPS limiter

This commit is contained in:
Skyth
2019-08-29 15:43:26 +03:00
parent ce6bb33ba8
commit 865e986246
10 changed files with 32 additions and 107 deletions
@@ -12,7 +12,6 @@
#include "CameraController.h"
#include "DebugComponent.h"
#include "ScaleComponent.h"
#include "FPSLimiter.h"
#include "GameTargets/TargetInspector.h"
using ConfigFile = TLAC::FileSystem::ConfigFile;
@@ -42,7 +41,6 @@ namespace TLAC::Components
new FrameRateManager(),
new FastLoader(),
new ScaleComponent(),
new FPSLimiter(),
new StageManager(),
new CameraController(),
new DebugComponent(),