Fix formatting

This commit is contained in:
ButterscotchVanilla
2021-07-07 10:27:42 -04:00
parent 1ee13c02d9
commit 0e51b79775

View File

@@ -28,7 +28,7 @@ public class ScalableFont extends Font {
this.initPointSize = sourceFont.getInitSize2D();
this.size = this.initSize;
this.pointSize = this.initPointSize;
this.pointSize = this.initPointSize;
} else {
this.initSize = this.size;
this.initPointSize = this.pointSize;