mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
Fix a crash on Windows. Resolves #1570.
This commit is contained in:
@@ -223,9 +223,9 @@ struct BufferBindings
|
|||||||
|
|
||||||
struct AttributeInfo
|
struct AttributeInfo
|
||||||
{
|
{
|
||||||
|
DataType type;
|
||||||
|
uint8 components;
|
||||||
uint8 bufferIndex;
|
uint8 bufferIndex;
|
||||||
DataType type : 4;
|
|
||||||
uint8 components : 4;
|
|
||||||
uint16 offsetFromVertex;
|
uint16 offsetFromVertex;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user