File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ msgid "Copy raylib.dll"
1010msgstr ""
1111
1212#: ray4laz_misc.rscopydll2
13- msgid "Copy br3d .dll"
13+ msgid "Copy r3d .dll"
1414msgstr ""
1515
1616#: ray4laz_misc.rscopydll3
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff 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// --------------------------------------------
You can’t perform that action at this time.
0 commit comments