Skip to content

Commit eb484c2

Browse files
committed
Fixed typo
1 parent af6542d commit eb484c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

engine/core/System.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ using namespace Supernova;
1616
#ifdef SUPERNOVA_ANDROID
1717
#include "SupernovaAndroid.h"
1818
#endif
19-
#ifdef SUPERNOVA_IOS
19+
#ifdef SUPERNOVA_IOS
2020
#include "SupernovaIOS.h"
2121
#endif
22-
#ifdef SUPERNOVA_WEB
22+
#ifdef SUPERNOVA_WEB
2323
#include "SupernovaWeb.h"
2424
#endif
25-
#ifdef SUPERNOVA_SOKOL
25+
#ifdef SUPERNOVA_SOKOL
2626
#include "SupernovaSokol.h"
2727
#endif
28-
#ifdef SUPERNOVA_GLFW
28+
#ifdef SUPERNOVA_GLFW
2929
#include "SupernovaGLFW.h"
3030
#endif
31-
#ifdef SUPERNOVA_APPLE
31+
#ifdef SUPERNOVA_APPLE
3232
#include "SupernovaApple.h"
3333
#endif
3434

0 commit comments

Comments
 (0)