Removed old font parts
This commit is contained in:
@ -10,7 +10,6 @@
|
||||
#include "display/shader/shaders/FontShader.hpp"
|
||||
#include "display/shader/shaders/UIShader.hpp"
|
||||
#include "display/RenderPipeline.hpp"
|
||||
#include "display/font/ExampleFont.hpp"
|
||||
|
||||
namespace Dawn {
|
||||
class RenderManager : public IRenderManager {
|
||||
@ -26,7 +25,6 @@ namespace Dawn {
|
||||
SimpleTexturedShader *simpleTexturedShader = nullptr;
|
||||
UIShader *uiShader = nullptr;
|
||||
FontShader *fontShader = nullptr;
|
||||
ExampleFont defaultFont;
|
||||
|
||||
/**
|
||||
* Construct a new RenderManager for a game instance.
|
||||
|
Reference in New Issue
Block a user