mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Updated love.timer.getTime to be microsecond-precise and monotonic (thanks Boolsheet), removed the now-obsolete love.timer.getMicroTime (issue #492)
This commit is contained in:
@@ -52,7 +52,7 @@ Rasterizer *Font::newRasterizer(love::image::ImageData *data, const std::string
|
||||
{
|
||||
size_t strlen = text.size();
|
||||
size_t numglyphs = 0;
|
||||
|
||||
|
||||
unsigned int *glyphs = new unsigned int[strlen];
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user