-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
In the Sprites examle TAudioSample.GetDuration in Bare.Game.Pas causes a SIGSEGV error, unless I edit it as below.
function TAudioSample.GetDuration: Double;
begin
Result := 10; //PositionToDuration(FSize);
end;
It then runs but does not appear as the sprites video on the getlazarus web site.
I have followed https://www.freepascal-meets-sdl.net/chapter-3-first-steps/ and placed the header files in /usr/local/share /sdl2 and created the path for other units in the Lazarus project options.
Metadata
Metadata
Assignees
Labels
No labels