mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-12 19:40:28 +02:00
[W.I.P.] Added a FasterRenderOption
Still completly buggy. and it crashes imediatly after input
This commit is contained in:
10
src/IntelliHelper/IntelliRenderSettings.cpp
Normal file
10
src/IntelliHelper/IntelliRenderSettings.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "IntelliRenderSettings.h"
|
||||
|
||||
IntelliRenderSettings::IntelliRenderSettings()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
bool IntelliRenderSettings::getFastRenderer(){
|
||||
return fastRenderer;
|
||||
}
|
||||
Reference in New Issue
Block a user