mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-10 13:51:53 +09:00
workign on the modloader in progress
This commit is contained in:
@@ -259,6 +259,14 @@ public class App implements ApplicationListener {
|
||||
private static FrameBuffer renderFBO;
|
||||
|
||||
public static HashSet<File> tempFilePool = new HashSet<>();
|
||||
|
||||
/**
|
||||
* <p>If your object is not Disposable, try following code:</p>
|
||||
*
|
||||
* <code>
|
||||
* App.disposables.add(Disposable { vm.dispose() })
|
||||
* </code>
|
||||
*/
|
||||
public static HashSet<Disposable> disposables = new HashSet<>();
|
||||
|
||||
public static char gamepadLabelStart = 0xE000; // lateinit
|
||||
|
||||
Reference in New Issue
Block a user