summaryrefslogtreecommitdiff
path: root/ZAP2/ZTexture.cpp
diff options
context:
space:
mode:
authorNicholas Estelami <NEstelami@users.noreply.github.com>2020-12-22 09:32:35 -0500
committerNicholas Estelami <NEstelami@users.noreply.github.com>2020-12-22 09:32:35 -0500
commit77cda271b54677ed3827935969798b618b5146bb (patch)
tree58791d84d05cbb99b5b8ec55b72f431f8b648a47 /ZAP2/ZTexture.cpp
parent4e4194cf41ffc7a3b9106f1ddb32818045fcfd3a (diff)
Added compiler def for assimp usage
Diffstat (limited to 'ZAP2/ZTexture.cpp')
-rw-r--r--ZAP2/ZTexture.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ZAP2/ZTexture.cpp b/ZAP2/ZTexture.cpp
index 6375a82..1a41561 100644
--- a/ZAP2/ZTexture.cpp
+++ b/ZAP2/ZTexture.cpp
@@ -726,6 +726,7 @@ ZResourceType ZTexture::GetResourceType()
void ZTexture::CalcHash()
{
+ hash = 0;
}
std::string ZTexture::GetExternalExtension()