Skip to content

Commit 0365b46

Browse files
author
Ravbug
committed
don't show controller on PC
1 parent bbb9037 commit 0365b46

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

RavEngine

Samples/Animation/Game.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
class Game : public RavEngine::App{
1111
public:
1212
void OnStartup(int argc, char** argv) final{
13+
#if TARGET_OS_IOS
1314
InitVirtualController();
15+
#endif
1416

1517
AddWorld(RavEngine::New<Level>());
1618

0 commit comments

Comments
 (0)