Remove sgct.h inclusion from LuaConsole

Untabify more files
This commit is contained in:
Alexander Bock
2016-04-18 11:12:12 +02:00
parent 990f22bc6d
commit 4936a4a084
3 changed files with 163 additions and 165 deletions

View File

@@ -90,7 +90,7 @@ glm::ivec2 SGCTWindowWrapper::currentDrawBufferResolution() const {
if (viewport->hasSubViewports() && viewport->getNonLinearProjectionPtr()) {
int res = viewport->getNonLinearProjectionPtr()->getCubemapResolution();
return glm::ivec2(res, res);
} else {
} else {
return currentWindowResolution();
}
}