patterns: Fixed various render issues

This commit is contained in:
WerWolv
2022-04-07 12:47:45 +02:00
parent 0462cc3d0c
commit 76f732dc53
8 changed files with 79 additions and 77 deletions

View File

@@ -241,6 +241,8 @@ namespace hex::pl {
return "padding";
case ValueType::String:
return "str";
case ValueType::Boolean:
return "bool";
default:
return "< ??? >";
}