forked from Kolyah35/minecraft-pe-0.6.1
Compare commits
2 Commits
b6e7414f04
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| 6bfae5a14e | |||
| 4034cf243d |
@@ -205,16 +205,16 @@ int main(void) {
|
|||||||
|
|
||||||
delete app;
|
delete app;
|
||||||
|
|
||||||
appContext.platform->finish();
|
|
||||||
|
|
||||||
delete appContext.platform;
|
|
||||||
|
|
||||||
#ifndef STANDALONE_SERVER
|
#ifndef STANDALONE_SERVER
|
||||||
// Exit.
|
// Exit.
|
||||||
glfwDestroyWindow(platform->window);
|
glfwDestroyWindow(platform->window);
|
||||||
glfwTerminate();
|
glfwTerminate();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
appContext.platform->finish();
|
||||||
|
|
||||||
|
delete appContext.platform;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user