mirror of
https://github.com/scratchfoundation/Gestouch.git
synced 2024-11-23 07:47:59 -05:00
Fixed another compile error.
This commit is contained in:
parent
6fd8baacbf
commit
e696ed6e98
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ package org.gestouch.core
|
|||
{
|
||||
_stage = stage;
|
||||
|
||||
Gestouch.inputAdapter ||= new NativeInputAdapter(stage);
|
||||
if (!Gestouch.inputAdapter) Gestouch.inputAdapter = new NativeInputAdapter(stage);
|
||||
Gestouch.addTouchHitTester(new NativeTouchHitTester(stage));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue