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