Fixing skybox
This commit is contained in:
@@ -367,5 +367,5 @@ OStagingBuffer StagingManager::create(uint64 size, Gfx::QueueType owner)
|
||||
|
||||
void StagingManager::release(OStagingBuffer buffer)
|
||||
{
|
||||
freeBuffers.add(std::move(buffer));
|
||||
//freeBuffers.add(std::move(buffer));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user