mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Fixed MemoryData.
This commit is contained in:
@@ -244,7 +244,7 @@ namespace opengl
|
||||
/**
|
||||
* Creates a Font object.
|
||||
**/
|
||||
Font * newFont(love::filesystem::File * file, int size = 12);
|
||||
Font * newFont(love::filesystem::File * file, int size);
|
||||
|
||||
/**
|
||||
* Creates an ImageFont object.
|
||||
|
||||
Reference in New Issue
Block a user