mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
cmd/ebitenmobile: remove setStrictContextRestoration from EbitenViewController
This commit is contained in:
parent
7cc2f8ffcd
commit
2a4374e012
@ -364,10 +364,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)setStrictContextRestoration:(BOOL)strictContextRestoration {
|
|
||||||
// Do nothing.
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)setExplicitRenderingMode:(BOOL)explicitRendering {
|
- (void)setExplicitRenderingMode:(BOOL)explicitRendering {
|
||||||
@synchronized(self) {
|
@synchronized(self) {
|
||||||
explicitRendering_ = explicitRendering;
|
explicitRendering_ = explicitRendering;
|
||||||
|
Loading…
Reference in New Issue
Block a user