Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Aug 6, 2024
1 parent 5129f03 commit 53f728a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/game.pas
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ procedure ApplicationInitialize;
Progress.UserInterface := WindowProgressInterface;

{ adjust theme }
Theme.ImagesPersistent[tiProgressFill].Url := 'castle-data:/ui/theme/ProgressFill.png';
Theme.ImagesPersistent[tiButtonPressed].Url := 'castle-data:/ui/theme/ButtonPressed.png';
Theme.ImagesPersistent[tiButtonFocused].Url := 'castle-data:/ui/theme/ButtonFocused.png';
Theme.ImagesPersistent[tiButtonNormal].Url := 'castle-data:/ui/theme/ButtonNormal.png';
Expand Down

0 comments on commit 53f728a

Please sign in to comment.