mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Oops, didn't have a clean tree
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
|
||||
// LOVE
|
||||
#include <common/Object.h>
|
||||
#include <common/WeakReference.h>
|
||||
#include <font/Rasterizer.h>
|
||||
#include <graphics/Image.h>
|
||||
|
||||
@@ -57,7 +56,7 @@ namespace opengl
|
||||
int spacing;
|
||||
};
|
||||
|
||||
WeakReference *rasterizer;
|
||||
love::font::Rasterizer * rasterizer;
|
||||
|
||||
int height;
|
||||
float lineHeight;
|
||||
|
||||
Reference in New Issue
Block a user