diff --git a/src/gui/interface/Engine.cpp b/src/gui/interface/Engine.cpp index 966a32011..d33a3cd1e 100644 --- a/src/gui/interface/Engine.cpp +++ b/src/gui/interface/Engine.cpp @@ -31,6 +31,7 @@ Engine::Engine(): maxWidth(0), maxHeight(0) { + SetFps(FpsLimit); // populate dt with whatever that makes any sort of sense } Engine::~Engine()