Skip to content

Commit a615b87

Browse files
committed
fix example
1 parent ab874e9 commit a615b87

File tree

8 files changed

+9
-304
lines changed

8 files changed

+9
-304
lines changed

examples/models/models_gltf_animation.lpi

Lines changed: 0 additions & 66 deletions
This file was deleted.

examples/models/models_gltf_animation.lpr

Lines changed: 0 additions & 92 deletions
This file was deleted.

examples/shapes/shapes_draw_circle_sector.lpi

Lines changed: 0 additions & 67 deletions
This file was deleted.

examples/shapes/shapes_draw_circle_sector.lpr

Lines changed: 0 additions & 75 deletions
This file was deleted.

examples/shapes/shapes_lines_bezier.lpi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<CONFIG>
33
<ProjectOptions>
4-
<Version Value="11"/>
4+
<Version Value="12"/>
55
<General>
66
<Flags>
77
<MainUnitHasCreateFormStatements Value="False"/>
88
<MainUnitHasTitleStatement Value="False"/>
99
<MainUnitHasScaledStatement Value="False"/>
10+
<CompatibilityMode Value="True"/>
1011
</Flags>
1112
<SessionStorage Value="InProjectDir"/>
12-
<MainUnit Value="0"/>
1313
<Title Value="shapes_lines_bezier"/>
1414
<UseAppBundle Value="False"/>
1515
<ResourceType Value="res"/>
@@ -23,7 +23,6 @@
2323
</PublishOptions>
2424
<RunParams>
2525
<FormatVersion Value="2"/>
26-
<Modes Count="0"/>
2726
</RunParams>
2827
<RequiredPackages Count="1">
2928
<Item1>
@@ -49,6 +48,7 @@
4948
<Linking>
5049
<Debugging>
5150
<GenerateDebugInfo Value="False"/>
51+
<DebugInfoType Value="dsDwarf3"/>
5252
</Debugging>
5353
</Linking>
5454
</CompilerOptions>

examples/textures/textures_bunnymark.lpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ TBunny = record
2828
{$IFEND}
2929

3030
InitWindow(screenWidth, screenHeight, 'raylib [textures] example - bunnymark');
31-
SetTargetFPS(60);
31+
//SetTargetFPS(60);
3232
// Load bunny texture
3333
texBunny := LoadTexture('resources/wabbit_alpha.png');
3434

tmp/shapes_raylogo_laz.compiled

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CONFIG>
3+
<Compiler Value="/usr/bin/fpc" Date="1625802185"/>
4+
<Params Value=" -MObjFPC -Scghi -Cg -O1 -gw3 -gl -l -vewnhibq -Fi/home/vadim/Projects/Ray4Laz/tmp -Fu/home/vadim/Projects/Ray4Laz/package/lib/x86_64-linux -Fu/usr/share/lazarus/2.2.0RC2/packager/units/x86_64-linux -Fu/home/vadim/Projects/Ray4Laz/examples/shapes/ -FU/home/vadim/Projects/Ray4Laz/tmp/ -FE/home/vadim/Projects/Ray4Laz/binary/ -o/home/vadim/Projects/Ray4Laz/binary/shapes_raylogo_laz shapes_raylogo_laz.lpr"/>
5+
</CONFIG>

tmp/shapes_raylogo_laz.o

9.44 KB
Binary file not shown.

0 commit comments

Comments
 (0)