mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
fix warnings
This commit is contained in:
parent
9ccda0247e
commit
1b81c7fb22
@ -23,8 +23,8 @@ main {
|
||||
ubyte i
|
||||
for i in 0 to n {
|
||||
ubyte j
|
||||
float ang1_start = i+t
|
||||
float ang2_start = r*i+t
|
||||
float ang1_start = i as float + t
|
||||
float ang2_start = i as float * r + t
|
||||
float v=0
|
||||
float u=0
|
||||
for j in 0 to n {
|
||||
|
Loading…
Reference in New Issue
Block a user