mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
Fix a typo in a comment
This commit is contained in:
@@ -505,9 +505,9 @@ love::graphics::StreamBuffer *CreateStreamBuffer(BufferType mode, size_t size)
|
|||||||
{
|
{
|
||||||
return new StreamBufferPinnedMemory(mode, size);
|
return new StreamBufferPinnedMemory(mode, size);
|
||||||
}
|
}
|
||||||
catch (love::Exception &e)
|
catch (love::Exception &)
|
||||||
{
|
{
|
||||||
// According to the spec, oinned memory can fail if the RAM
|
// According to the spec, pinned memory can fail if the RAM
|
||||||
// allocation can't be mapped to the GPU's address space.
|
// allocation can't be mapped to the GPU's address space.
|
||||||
// This seems to happen in practice on Mesa + amdgpu:
|
// This seems to happen in practice on Mesa + amdgpu:
|
||||||
// https://bitbucket.org/rude/love/issues/1540
|
// https://bitbucket.org/rude/love/issues/1540
|
||||||
|
|||||||
Reference in New Issue
Block a user