1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-09 08:50:29 +00:00
CC-Tweaked/projects
Jonathan Coates d1a6b043c2
Clean up monitor cursor rendering
- Use the correct index count for the cursor quad. Monitors are now
   rendered as quads, rather than triangles.
 - *Skip* rendering the cursor vertex, rather than additionally
   rendering it.

I confess, I'm baffled how this code was ever written. From what I can
tell, this has been broken since it was first introduced in
4228011b84, and I'm sure I tested it then.

Fixes #2013. Probably.
2024-11-23 08:24:11 +00:00
..
common Clean up monitor cursor rendering 2024-11-23 08:24:11 +00:00
common-api Syntax highlight more docstrings 2024-11-13 11:00:46 +00:00
core Fix argument order of math.atan in changelog 2024-11-15 15:32:40 +00:00
core-api Syntax highlight more docstrings 2024-11-13 11:00:46 +00:00
fabric Add redstone relay block (#2002) 2024-11-12 09:05:27 +00:00
fabric-api Rewrite turtle upgrade modeller registration API 2024-01-16 23:00:49 +00:00
forge Add redstone relay block (#2002) 2024-11-12 09:05:27 +00:00
forge-api Rewrite turtle upgrade modeller registration API 2024-01-16 23:00:49 +00:00
lints Fix disk drives not setting/clearing removed flag 2024-08-15 09:03:33 +01:00
standalone Small bits of cleanup 2024-06-26 18:07:57 +01:00
web Add redstone relay block (#2002) 2024-11-12 09:05:27 +00:00
ARCHITECTURE.md Add a standalone CC:T UI 2023-10-28 17:58:11 +01:00