mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
Fixed gcc error. (Invalid cast in const expression).
This commit is contained in:
@@ -38,7 +38,7 @@ namespace love
|
||||
Record() : set(false) {}
|
||||
};
|
||||
|
||||
const static unsigned MAX = (unsigned)((float)SIZE * 1.5f);
|
||||
const static unsigned MAX = SIZE*2;
|
||||
|
||||
Record records[MAX];
|
||||
const char * reverse[SIZE];
|
||||
|
||||
Reference in New Issue
Block a user