mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-19 09:39:25 -04:00
Fix scale value
This commit is contained in:
parent
2a165102e9
commit
f38f27c091
@ -15,7 +15,7 @@ public class CustomControls
|
||||
|
||||
public CustomControls(List<ControlData> mControlDataList) {
|
||||
this.mControlDataList = mControlDataList;
|
||||
this.scaledAt = 1f;
|
||||
this.scaledAt = 100f;
|
||||
}
|
||||
|
||||
// Generate default control
|
||||
|
Loading…
x
Reference in New Issue
Block a user