mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
Clean up some Mesh code
This commit is contained in:
@@ -174,7 +174,7 @@ private:
|
||||
|
||||
struct AttachedAttribute
|
||||
{
|
||||
Buffer *buffer;
|
||||
StrongRef<Buffer> buffer;
|
||||
int index;
|
||||
AttributeStep step;
|
||||
bool enabled;
|
||||
|
||||
Reference in New Issue
Block a user