mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
cmd/ebitenmobile: Misspelling
This commit is contained in:
parent
f350b03232
commit
04502aaaa8
@ -309,7 +309,7 @@ const objcM = `// Code generated by ebitenmobile. DO NOT EDIT.
|
|||||||
}
|
}
|
||||||
|
|
||||||
- (void)suspendGame {
|
- (void)suspendGame {
|
||||||
NSAssert(started_, @"suspendGame msut not be called before viewDidLoad is called");
|
NSAssert(started_, @"suspendGame must not be called before viewDidLoad is called");
|
||||||
|
|
||||||
@synchronized(self) {
|
@synchronized(self) {
|
||||||
active_ = false;
|
active_ = false;
|
||||||
@ -318,7 +318,7 @@ const objcM = `// Code generated by ebitenmobile. DO NOT EDIT.
|
|||||||
}
|
}
|
||||||
|
|
||||||
- (void)resumeGame {
|
- (void)resumeGame {
|
||||||
NSAssert(started_, @"resumeGame msut not be called before viewDidLoad is called");
|
NSAssert(started_, @"resumeGame must not be called before viewDidLoad is called");
|
||||||
|
|
||||||
@synchronized(self) {
|
@synchronized(self) {
|
||||||
active_ = true;
|
active_ = true;
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user