Check_style fixes

This commit is contained in:
Alexander Bock
2018-09-01 21:57:36 -04:00
parent 35855de9f5
commit 9f57d80541
9 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ void GUI::initializeGL() {
absPath("${MODULE_IMGUI}/shaders/gui_vs.glsl"),
absPath("${MODULE_IMGUI}/shaders/gui_fs.glsl")
);
ghoul::opengl::updateUniformLocations(*_program, _uniformCache, UniformNames);
int nWindows = global::windowDelegate.nWindows();