mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-14 04:55:59 +08:00
Merge pull request #185 from DerouineauNicolas/endif
remove extra #endif in examples/basic app
This commit is contained in:
commit
c7bae71f7f
@ -332,7 +332,6 @@ int main(int argc, char **argv) {
|
||||
glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE);
|
||||
#ifdef __APPLE__
|
||||
glfwWindowHint(GLFW_OPENGL_FORWARD_COMPAT, GL_TRUE);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Window window = Window(800, 600, "TinyGLTF basic example");
|
||||
|
Loading…
x
Reference in New Issue
Block a user