mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
converted Font drawing to use display lists - should increase draw speed
This commit is contained in:
@@ -40,7 +40,7 @@ namespace graphics
|
||||
namespace opengl
|
||||
{
|
||||
|
||||
class Glyph : public Drawable, public Volatile
|
||||
class Glyph : public Volatile
|
||||
{
|
||||
private:
|
||||
|
||||
@@ -68,8 +68,6 @@ namespace opengl
|
||||
float getWidth() const;
|
||||
float getHeight() const;
|
||||
|
||||
void draw(float x, float y, float angle, float sx, float sy, float ox, float oy) const;
|
||||
|
||||
}; // Glyph
|
||||
|
||||
} // opengl
|
||||
|
||||
Reference in New Issue
Block a user