Fixed MemoryData.

This commit is contained in:
rude
2009-07-28 17:43:22 +02:00
8 changed files with 108 additions and 9 deletions
+1 -1
View File
@@ -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.