newlines at end of file
This commit is contained in:
@@ -981,4 +981,3 @@ int gladLoadGLLoader(GLADloadproc load) {
|
||||
load_GL_ARB_sync(load);
|
||||
return GLVersion.major != 0 || GLVersion.minor != 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -161,4 +161,4 @@ void win_load_icon_set()
|
||||
set_language(curr_lang);
|
||||
|
||||
ToolBarLoadIcons();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -468,4 +468,3 @@ void joystick_process(void)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1042,4 +1042,4 @@ void opengl_reload(void)
|
||||
thread_release_mutex(options.mutex);
|
||||
|
||||
SetEvent(sync_objects.reload);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -269,4 +269,4 @@ GLuint load_default_shaders()
|
||||
glDeleteShader(fragment_id);
|
||||
|
||||
return prog_id;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user