mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2025-01-18 16:26:26 +01:00
expose primaryStage in ExtensionForm
This commit is contained in:
parent
e6a74aa971
commit
3d59ccbab4
@ -11,7 +11,7 @@ import gearth.protocol.HPacket;
|
||||
public abstract class ExtensionForm implements IExtension {
|
||||
|
||||
volatile Extension extension;
|
||||
volatile Stage primaryStage;
|
||||
protected volatile Stage primaryStage;
|
||||
|
||||
protected static void runExtensionForm(String[] args, Class<? extends ExtensionForm> extension) {
|
||||
ExtensionFormLauncher launcher = new ExtensionFormLauncher();
|
||||
|
Loading…
Reference in New Issue
Block a user