We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8a8e8 commit 07fd6d6Copy full SHA for 07fd6d6
1 file changed
src/platforms/rcore_ios.c
@@ -441,7 +441,6 @@ void ClosePlatform(void)
441
442
CORE = (CoreData){ 0 };
443
platform = (PlatformData){ 0 };
444
- platform.TouchRaw = (TouchRaw){ 0 };
445
}
446
447
// Find or allocate a touch slot for the given touchId
@@ -557,4 +556,4 @@ void ios_set_window_focused(bool focused)
557
556
{
558
if (focused) FLAG_CLEAR(CORE.Window.flags, FLAG_WINDOW_UNFOCUSED);
559
else FLAG_SET(CORE.Window.flags, FLAG_WINDOW_UNFOCUSED);
560
-}
+}
0 commit comments