hotfix draw.sun: drawRect add resetMtx=true
This commit is contained in:
parent
7d7bcf9955
commit
9b77e8c62b
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ builtin setMTX(dst, ...);
|
|||
var const MTX_LOADIMM = 0;
|
||||
var const MTX_NEW = 0;
|
||||
|
||||
builtin drawRect(fill, stroke, x0, y0, x1, y1);
|
||||
// drawRect(fill, stroke, x0, y0, x1, y1, resetMtx=true)
|
||||
builtin drawRect(fill, stroke, x0, y0, x1, y1, ...);
|
||||
var const FILL_NONE = 0;
|
||||
var const STROKE_NONE = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue