[W.I.P.] Added a FasterRenderOption

Still completly buggy. and it crashes imediatly after input
This commit is contained in:
Jan Schuffenhauer
2020-01-08 19:01:05 +01:00
parent dd55a7158d
commit c04d8d6815
12 changed files with 131 additions and 22 deletions

View File

@@ -0,0 +1,10 @@
#include "IntelliRenderSettings.h"
IntelliRenderSettings::IntelliRenderSettings()
{
}
bool IntelliRenderSettings::getFastRenderer(){
return fastRenderer;
}