add TextNote
This commit is contained in:
@@ -28,6 +28,7 @@ class DrawContext;
|
||||
class ModelBatch;
|
||||
class Assets;
|
||||
class Emitter;
|
||||
class TextNote;
|
||||
struct EngineSettings;
|
||||
|
||||
namespace model {
|
||||
@@ -92,6 +93,15 @@ class WorldRenderer {
|
||||
float fogFactor
|
||||
);
|
||||
|
||||
void renderText(
|
||||
const TextNote& note,
|
||||
const DrawContext& context,
|
||||
const Assets& assets,
|
||||
const Camera& camera,
|
||||
const EngineSettings& settings,
|
||||
bool hudVisible
|
||||
);
|
||||
|
||||
void renderTexts(
|
||||
const DrawContext& context,
|
||||
const Camera& camera,
|
||||
|
||||
Reference in New Issue
Block a user