mirror of
https://github.com/irmen/prog8.git
synced 2025-01-13 10:29:52 +00:00
tweak
This commit is contained in:
parent
d265271148
commit
8e56a61f95
@ -20,8 +20,8 @@ main {
|
|||||||
const float XU=0.800
|
const float XU=0.800
|
||||||
const float YL=-1.300
|
const float YL=-1.300
|
||||||
const float YU=1.300
|
const float YU=1.300
|
||||||
float dx = (XU-XL)/width
|
const float dx = (XU-XL)/width
|
||||||
float dy = (YU-YL)/height
|
const float dy = (YU-YL)/height
|
||||||
ubyte pixelx
|
ubyte pixelx
|
||||||
ubyte pixely
|
ubyte pixely
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user