Skip to content

Commit f3db18f

Browse files
committed
update package version
1 parent 8579750 commit f3db18f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package/lang/ray4laz_misc.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid "Copy raylib.dll"
1010
msgstr ""
1111

1212
#: ray4laz_misc.rscopydll2
13-
msgid "Copy br3d.dll"
13+
msgid "Copy r3d.dll"
1414
msgstr ""
1515

1616
#: ray4laz_misc.rscopydll3

package/ray4laz.lpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
misrepresented as being the original software.
3131
3. This notice may not be removed or altered from any source distribution.
3232
"/>
33-
<Version Major="5" Minor="6"/>
33+
<Version Major="5" Minor="6" Release="2"/>
3434
<Files Count="9">
3535
<Item1>
3636
<Filename Value="../source/raylib.pas"/>

package/ray4laz_designtime.lpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
misrepresented as being the original software.
3131
3. This notice may not be removed or altered from any source distribution.
3232
"/>
33-
<Version Major="5" Minor="6"/>
33+
<Version Major="5" Minor="6" Release="2"/>
3434
<Files Count="3">
3535
<Item1>
3636
<Filename Value="ray4laz_simpleprj.pas"/>

source/extras/r3d.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ procedure R3D_ApplyBillboardMode(mode: R3D_BillboardMode); cdecl; external {$IFN
375375
*
376376
* @param threshold The alpha value threshold (usually from 0.0 to 1.0).
377377
*)
378-
procedure R3D_ApplyAlphaScissorThreshold(threshold: float); cdecl; external {$IFNDEF RAY_STATIC}r3dName{$ENDIF} name 'R3D_ApplyAlphaScissorThreshold';
378+
procedure R3D_ApplyAlphaScissorThreshold(threshold: Single); cdecl; external {$IFNDEF RAY_STATIC}r3dName{$ENDIF} name 'R3D_ApplyAlphaScissorThreshold';
379379

380380

381381
// --------------------------------------------

0 commit comments

Comments
 (0)