mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +01:00
cmd/ebitenmobile: Bug fix: Resume the view correctly
This commit is contained in:
parent
dbb8a5e873
commit
ef91fb739f
@ -287,7 +287,7 @@ public class EbitenView extends ViewGroup {
|
||||
|
||||
public void onResume() {
|
||||
if (initialized_) {
|
||||
ebitenSurfaceView_.onPause();
|
||||
ebitenSurfaceView_.onResume();
|
||||
}
|
||||
}
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user