Make updatemappings parameter renamer work, add importmappings parameter renamer, more refactoring
This commit is contained in:
@@ -184,8 +184,8 @@ public class Texture extends Node {
|
||||
}
|
||||
|
||||
@ObfuscatedName("q")
|
||||
@Export("Texture_animate")
|
||||
void Texture_animate(int var1) {
|
||||
@Export("animate")
|
||||
void animate(int var1) {
|
||||
if (this.pixels != null) {
|
||||
short var2;
|
||||
int var3;
|
||||
|
||||
Reference in New Issue
Block a user