mirror of
https://github.com/irmen/prog8.git
synced 2025-08-15 14:27:37 +00:00
tweak
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user