mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Remove a static_assert that fails in some compilers
This commit is contained in:
@@ -219,8 +219,6 @@ struct AttributeInfo
|
||||
uint16 offsetFromVertex;
|
||||
};
|
||||
|
||||
static_assert(sizeof(AttributeInfo) == 4, "AttributeInfo struct size should be 4 bytes");
|
||||
|
||||
struct BufferLayout
|
||||
{
|
||||
uint16 stride;
|
||||
|
||||
Reference in New Issue
Block a user