Changed comment.

This commit is contained in:
Faerbit 2015-01-25 23:07:49 +01:00
parent 9088bb4561
commit 4c5bbb3c73

View File

@ -49,7 +49,7 @@ static void focusCallback(GLFWwindow* window, int focused) {
int main( int argc, char *argv[] ) int main( int argc, char *argv[] )
{ {
//Application app = Application(); // app gets created as global variable, to work properly with GLFW
// Create OpenGL capable window: // Create OpenGL capable window:
if ( !app.getGraphics()->createWindow() ) { if ( !app.getGraphics()->createWindow() ) {