Improve compatibility check (I still can't believe robin was right)

This commit is contained in:
Bart van Strien
2011-11-05 22:07:15 +01:00
parent 9d63f08472
commit d8666202cd
8 changed files with 22 additions and 8 deletions
+2 -1
View File
@@ -28,6 +28,7 @@
// LOVE
#include <common/Object.h>
#include <common/WeakReference.h>
#include <font/Rasterizer.h>
#include <graphics/Image.h>
@@ -56,7 +57,7 @@ namespace opengl
int spacing;
};
love::font::Rasterizer * rasterizer;
WeakReference *rasterizer;
int height;
float lineHeight;