Actions
Bug #278
closedMaking a display over 720 heigh doesnt render
Start date:
02/29/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
When making a disply over 720 it will not render anything below 720.
`
#manifest: "pc"
#displayWidth:1024
#displayHeight:900
#fullScreen:true
#googleFont:"smokum"
#fps:false
#splashScreen:false
#noWarning:"variable_not_declared"
// This will render:
plot 150,700,1
/This will not:
plot 150,750,1`
Actions