FEAT:Raspberry PI cursor in tweaks

This commit is contained in:
2026-03-20 22:59:52 +02:00
parent 96b17e9c8a
commit 0edee15930
8 changed files with 22 additions and 7 deletions

View File

@@ -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;