Fixed another compile error.

This commit is contained in:
Shane M. Clements 2015-03-05 13:44:12 -07:00
parent 6fd8baacbf
commit e696ed6e98

View file

@ -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));
}