1
0

Replace all single-digit hex constants with two-digit version

This commit is contained in:
Alexander Harkness
2020-04-10 12:25:36 +01:00
parent db118af6ae
commit 0d72270186
3 changed files with 15 additions and 15 deletions

View File

@@ -97,7 +97,7 @@
using cBlockGlazedTerracottaHandler = cClearMetaOnDrop<cYawRotator<cBlockHandler, 0x3, 0x1, 0x3, 0x0, 0x2>>;
using cBlockGlazedTerracottaHandler = cClearMetaOnDrop<cYawRotator<cBlockHandler, 0x03, 0x01, 0x03, 0x00, 0x02>>;