Renderer: Fix UploadPool allocations references
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
namespace Nz
|
||||
{
|
||||
inline OpenGLUploadPool::OpenGLUploadPool(UInt64 blockSize) :
|
||||
m_blockSize(blockSize)
|
||||
m_blockSize(blockSize),
|
||||
m_nextAllocationIndex(0)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user