change sth

This commit is contained in:
CounterFire2023 2023-08-09 13:12:34 +08:00
parent 7d0112f7e2
commit 6cfeece523

View File

@ -6,7 +6,7 @@ extern "C" void UnityEnableStylusTouch(bool value);
void RegisterFeatures()
{
UnityEnableGyroscope(false);
UnityEnableGyroscope(true);
UnityEnableStylusTouch(true);
}