mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-09 09:30:04 +01:00
Fix android editor build.
This commit is contained in:
parent
d485aa11ff
commit
7a274ee454
@ -89,7 +89,7 @@ open class PandemoniumEditor : FullScreenPandemoniumApp() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onNewGodotInstanceRequested(args: Array<String>) {
|
override fun onNewPandemoniumInstanceRequested(args: Array<String>) {
|
||||||
// Parse the arguments to figure out which activity to start.
|
// Parse the arguments to figure out which activity to start.
|
||||||
var targetClass: Class<*> = PandemoniumGame::class.java
|
var targetClass: Class<*> = PandemoniumGame::class.java
|
||||||
|
|
||||||
|
@ -33,6 +33,6 @@ package net.relintai.pandemonium.editor
|
|||||||
/**
|
/**
|
||||||
* Drives the 'run project' window of the Pandemonium Editor.
|
* Drives the 'run project' window of the Pandemonium Editor.
|
||||||
*/
|
*/
|
||||||
class PandemoniumGame : PandemoniumEditor {
|
class PandemoniumGame : PandemoniumEditor() {
|
||||||
override fun overrideOrientationRequest() = false
|
override fun overrideOrientationRequest() = false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user