cmd/ebitenmobile: Misspelling

This commit is contained in:
Hajime Hoshi 2020-08-29 03:14:19 +09:00
parent e19f38bd4f
commit 179d32cfbf
2 changed files with 2 additions and 2 deletions

View File

@ -698,7 +698,7 @@ public class EbitenView extends ViewGroup implements InputManager.InputDeviceLis
}
// onErrorOnGameUpdate is called on the main thread when an error happens when updating a game.
// You can define your own error handler, e.g., using Crashlytics, by overwriting this method.
// You can define your own error handler, e.g., using Crashlytics, by overriding this method.
protected void onErrorOnGameUpdate(Exception e) {
Log.e("Go", e.toString());
}

File diff suppressed because one or more lines are too long