Clear zero map_ptr_list in PrimitiveCreater
This commit is contained in:
parent
bba5a660a3
commit
8788b3dd6a
@ -168,6 +168,7 @@ void PrimitiveCreater::UnmapVAB(const int vab_index)
|
||||
if(!vab)return;
|
||||
|
||||
vab->Unmap();
|
||||
map_ptr_list[vab_index]=nullptr;
|
||||
}
|
||||
|
||||
bool PrimitiveCreater::WriteVAB(const AnsiString &name,const VkFormat &format, const void *data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user