Commit 8bcb716
committed
Fixes issue where multiple GS primitives ended up sharing the same scratch matrix as their draw command model matrix
The draw command doesn't take ownership of the underlying matrix, so whichever tileset went last won causing tilesets to shift incorrectly
draw command owner was also incorrectly set as "this" instead of primitive.1 parent bb28a74 commit 8bcb716
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
769 | | - | |
| 769 | + | |
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
| |||
780 | 780 | | |
781 | 781 | | |
782 | 782 | | |
783 | | - | |
| 783 | + | |
784 | 784 | | |
785 | 785 | | |
786 | 786 | | |
| |||
0 commit comments