fixed hash write error that it of RenderPass

This commit is contained in:
hyzboy 2021-09-27 14:46:01 +08:00
parent 6043d17094
commit dda6f3c473

View File

@ -271,7 +271,7 @@ namespace
for(const VkFormat &fmt:rbi->GetColorFormatList())
hash->Write(fmt);
hash->Final(&code);
hash->Final(code);
delete hash;
}
}