mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Add love.graphics.newIndexBuffer
This commit is contained in:
@@ -51,7 +51,7 @@ Buffer::Buffer(Graphics *gfx, const Settings &settings, const std::vector<DataDe
|
||||
size_t offset = 0;
|
||||
size_t stride = 0;
|
||||
|
||||
for (const auto &decl : bufferformat)
|
||||
for (const DataDeclaration &decl : bufferformat)
|
||||
{
|
||||
DataMember member(decl);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user