fixed a bug. it's to deleted a line, but the line is strong.

This commit is contained in:
hyzboy 2021-06-23 18:50:11 +08:00
parent c3e9015d95
commit 12dd8cf649

View File

@ -38,7 +38,8 @@ bool GPUDevice::CreateBuffer(GPUBufferData *buf,VkBufferUsageFlags buf_usage,VkD
if(!data)
return(true);
dm->Write(data,0,size);
return(true);
}