Even more... you guessed it! REFACTORING. Removes the need for @Export for methods overriding base java methods
This commit is contained in:
@@ -230,7 +230,8 @@ public class SpotAnimationDefinition extends DualNode {
|
||||
signature = "(B)I",
|
||||
garbageValue = "95"
|
||||
)
|
||||
static int method4822() {
|
||||
@Export("getWindowedMode")
|
||||
static int getWindowedMode() {
|
||||
return Client.isResizable ? 2 : 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user