mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
cmd/ebitenmobile: Misspelling
This commit is contained in:
parent
e19f38bd4f
commit
179d32cfbf
@ -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
Loading…
Reference in New Issue
Block a user