Increase speed of sample

This commit is contained in:
Valerie Young 2019-01-09 17:09:08 -05:00
parent abf84975bd
commit 338b30a17b

View file

@ -160,7 +160,7 @@ class GdxFor {
}
});
});
this._device.start(); // Can set period here if needed.
this._device.start(5); // Can set period here if needed.
}