update deprecated syntax

This commit is contained in:
Andreas Schaafsma 2025-03-11 09:08:59 +01:00
parent ac8870a264
commit 9571e136b3

View File

@ -21,7 +21,7 @@ import openfl.text.TextField;
import engine.ConVar; import engine.ConVar;
import engine.geom.Geom.P2d; import engine.geom.Geom.P2d;
@:enum abstract PaneLayout(Int) { enum abstract PaneLayout(Int) {
var HORIZONTAL = 0; var HORIZONTAL = 0;
var VERTICAL = 1; var VERTICAL = 1;
} }