Skip to content

Commit a744ac4

Browse files
committed
Disable type
1 parent 5e0617d commit a744ac4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RavEngine

Samples/Animation/virtualcontroller.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
#if TARGET_OS_IOS
77
#import <GameController/GameController.h>
88
#import <GameController/GCVirtualController.h>
9-
#endif
109

10+
GCVirtualController *_virtualController;
1111
#endif
1212

13-
GCVirtualController *_virtualController;
13+
#endif
1414

1515
void InitVirtualController() {
1616
#if TARGET_OS_IOS

0 commit comments

Comments
 (0)