precompile checks
This commit is contained in:
parent
401e24bb23
commit
3edb188921
22 changed files with 458 additions and 9 deletions
5
lerp.bm
5
lerp.bm
|
|
@ -1,3 +1,6 @@
|
|||
$if Lerp = undefined then
|
||||
$let Lerp = defined
|
||||
Function Lerp (v0, v1, t)
|
||||
Lerp = (1 - t) * v0 + t * v1
|
||||
End Function
|
||||
End Function
|
||||
$end if
|
||||
Loading…
Add table
Add a link
Reference in a new issue