This commit is contained in:
chacha
2026-02-27 22:07:16 +00:00
parent 304737cd90
commit 7fa980e834

4
Draw.c
View File

@@ -89,7 +89,7 @@ drawSquare( const SstRegs * const sst,
.t = 0,
.w = 1,
.dsdx = 1, .dtdx = 0,
.dwdx = 0
.dwdx = 0,
.dsdy = 0, .dtdy = 1,
.dwdy = 0};
drawTriangle(sst, &tri1);
@@ -102,7 +102,7 @@ drawSquare( const SstRegs * const sst,
.t = tSize,
.w = 1,
.dsdx = 1, .dtdx = 0,
.dwdx = 0
.dwdx = 0,
.dsdy = 0, .dtdy = 1,
.dwdy = 0 };
drawTriangle(sst, &tri2);