api: fix sound api import

This commit is contained in:
Justin
2021-11-04 10:41:20 +11:00
parent 1cf3ffb07d
commit 6f36216099
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ public interface RSObjectSound
@Import("y")
int getY();
@Import("maxY")
@Import("maxX")
int getMaxX();
@Import("maxY")