Changed comment.

This commit is contained in:
Faerbit 2015-01-25 23:07:49 +01:00
parent c1c0cc2881
commit 0a955ceb94

View File

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