summaryrefslogtreecommitdiff
path: root/ZAPD/ZArray.cpp
diff options
context:
space:
mode:
authorlouist103 <35883445+louist103@users.noreply.github.com>2022-04-06 23:23:21 -0400
committerGitHub <noreply@github.com>2022-04-06 23:23:21 -0400
commitafa14ff392098bd512dff2b2baa2ef999bbd0ac8 (patch)
tree37385a8c34cfe42c15cabe2e1ab5ebc433a55891 /ZAPD/ZArray.cpp
parentefae567d3917afa341bd843ba185b3bd66d57429 (diff)
add collision poly (#246)
Diffstat (limited to 'ZAPD/ZArray.cpp')
-rw-r--r--ZAPD/ZArray.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ZAPD/ZArray.cpp b/ZAPD/ZArray.cpp
index b6d9e50..d4f55d6 100644
--- a/ZAPD/ZArray.cpp
+++ b/ZAPD/ZArray.cpp
@@ -106,6 +106,7 @@ std::string ZArray::GetBodySourceCode() const
case ZResourceType::Pointer:
case ZResourceType::Scalar:
case ZResourceType::Vertex:
+ case ZResourceType::CollisionPoly:
output += resList.at(i)->GetBodySourceCode();
break;