Skip to content

Commit

Permalink
Fix play_sounds compilation (needs CastleUtils for FormatDot)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed May 11, 2023
1 parent 52f628a commit 79d158e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/audio/play_sounds/code/gameviewmain.pas
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ implementation

uses SysUtils,
CastleLog, CastleWindow, CastleURIUtils, CastleTimeUtils,
CastleSoundBase, CastleViewport;
CastleSoundBase, CastleViewport, CastleUtils;

{ TButtonSound --------------------------------------------------------- }

Expand Down

0 comments on commit 79d158e

Please sign in to comment.