mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Optimize StreamBuffer::getUsableSize to not be a virtual method.
This commit is contained in:
@@ -28,6 +28,7 @@ namespace graphics
|
||||
|
||||
StreamBuffer::StreamBuffer(BufferType mode, size_t size)
|
||||
: bufferSize(size)
|
||||
, frameGPUReadOffset(0)
|
||||
, mode(mode)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user