Skip to content

Commit 07fd6d6

Browse files
committed
fix cleanup
1 parent 5d8a8e8 commit 07fd6d6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/platforms/rcore_ios.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ void ClosePlatform(void)
441441

442442
CORE = (CoreData){ 0 };
443443
platform = (PlatformData){ 0 };
444-
platform.TouchRaw = (TouchRaw){ 0 };
445444
}
446445

447446
// Find or allocate a touch slot for the given touchId
@@ -557,4 +556,4 @@ void ios_set_window_focused(bool focused)
557556
{
558557
if (focused) FLAG_CLEAR(CORE.Window.flags, FLAG_WINDOW_UNFOCUSED);
559558
else FLAG_SET(CORE.Window.flags, FLAG_WINDOW_UNFOCUSED);
560-
}
559+
}

0 commit comments

Comments
 (0)