mirror of
https://github.com/scratchfoundation/Gestouch.git
synced 2025-02-16 23:40:14 -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;
|
_stage = stage;
|
||||||
|
|
||||||
Gestouch.inputAdapter ||= new NativeInputAdapter(stage);
|
if (!Gestouch.inputAdapter) Gestouch.inputAdapter = new NativeInputAdapter(stage);
|
||||||
Gestouch.addTouchHitTester(new NativeTouchHitTester(stage));
|
Gestouch.addTouchHitTester(new NativeTouchHitTester(stage));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue