Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
GuvaCode committed Nov 5, 2021
1 parent ab874e9 commit a615b87
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 304 deletions.
66 changes: 0 additions & 66 deletions examples/models/models_gltf_animation.lpi

This file was deleted.

92 changes: 0 additions & 92 deletions examples/models/models_gltf_animation.lpr

This file was deleted.

67 changes: 0 additions & 67 deletions examples/shapes/shapes_draw_circle_sector.lpi

This file was deleted.

75 changes: 0 additions & 75 deletions examples/shapes/shapes_draw_circle_sector.lpr

This file was deleted.

6 changes: 3 additions & 3 deletions examples/shapes/shapes_lines_bezier.lpi
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="11"/>
<Version Value="12"/>
<General>
<Flags>
<MainUnitHasCreateFormStatements Value="False"/>
<MainUnitHasTitleStatement Value="False"/>
<MainUnitHasScaledStatement Value="False"/>
<CompatibilityMode Value="True"/>
</Flags>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<Title Value="shapes_lines_bezier"/>
<UseAppBundle Value="False"/>
<ResourceType Value="res"/>
Expand All @@ -23,7 +23,6 @@
</PublishOptions>
<RunParams>
<FormatVersion Value="2"/>
<Modes Count="0"/>
</RunParams>
<RequiredPackages Count="1">
<Item1>
Expand All @@ -49,6 +48,7 @@
<Linking>
<Debugging>
<GenerateDebugInfo Value="False"/>
<DebugInfoType Value="dsDwarf3"/>
</Debugging>
</Linking>
</CompilerOptions>
Expand Down
2 changes: 1 addition & 1 deletion examples/textures/textures_bunnymark.lpr
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ TBunny = record
{$IFEND}

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

Expand Down
5 changes: 5 additions & 0 deletions tmp/shapes_raylogo_laz.compiled
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Compiler Value="/usr/bin/fpc" Date="1625802185"/>
<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"/>
</CONFIG>
Binary file added tmp/shapes_raylogo_laz.o
Binary file not shown.

0 comments on commit a615b87

Please sign in to comment.