now working 100% :D

Fixed a bug where a not activatet tool caused trouble.
This commit is contained in:
Jan Schuffenhauer
2020-01-08 19:40:35 +01:00
parent c04d8d6815
commit 78272a5790
4 changed files with 38 additions and 18 deletions

View File

@@ -14,7 +14,7 @@ public:
bool getFastRenderer();
private:
bool fastRenderer = false;
bool fastRenderer = true;
};
#endif // INTELLIRENDERSETTINGS_H