aboutsummaryrefslogtreecommitdiffstats
path: root/src/screens/UScreenEdit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/UScreenEdit.pas')
-rw-r--r--src/screens/UScreenEdit.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/UScreenEdit.pas b/src/screens/UScreenEdit.pas
index 2111adef..12e2948c 100644
--- a/src/screens/UScreenEdit.pas
+++ b/src/screens/UScreenEdit.pas
@@ -157,8 +157,8 @@ end;
procedure TScreenEdit.SetAnimationProgress(Progress: real);
begin
- Static[0].Texture.ScaleW := Progress;
- Static[0].Texture.ScaleH := Progress;
+ Statics[0].Texture.ScaleW := Progress;
+ Statics[0].Texture.ScaleH := Progress;
end;
end.