forked from Kolyah35/minecraft-pe-0.6.1
FEAT:Raspberry PI cursor in tweaks
This commit is contained in:
@@ -166,7 +166,7 @@ int main(void) {
|
||||
|
||||
AppPlatform_glfw* platform = (AppPlatform_glfw*)appContext.platform;
|
||||
|
||||
platform->window = glfwCreateWindow(appContext.platform->getScreenWidth(), appContext.platform->getScreenHeight(), "main", NULL, NULL);
|
||||
platform->window = glfwCreateWindow(appContext.platform->getScreenWidth(), appContext.platform->getScreenHeight(), "Minecraft PE 0.6.1", NULL, NULL);
|
||||
|
||||
if (platform->window == NULL) {
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user