mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2026-04-23 00:07:15 +08:00
cmd/ebitenmobile: fix typo
The generated result is already in the previous commit
3cd0daac67 unexpectedly.
This commit is contained in:
@@ -826,8 +826,8 @@ class EbitenSurfaceView extends GLSurfaceView implements RenderRequester {
|
||||
}
|
||||
|
||||
@Override
|
||||
public synchronized void setExplicitRenderingMode(boolean explictRendering) {
|
||||
if (explictRendering) {
|
||||
public synchronized void setExplicitRenderingMode(boolean explicitRendering) {
|
||||
if (explicitRendering) {
|
||||
setRenderMode(RENDERMODE_WHEN_DIRTY);
|
||||
} else {
|
||||
setRenderMode(RENDERMODE_CONTINUOUSLY);
|
||||
|
||||
Reference in New Issue
Block a user