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