Refactor SceneRendering to simplify actors impl of drawing flow at high level
This commit is contained in:
@@ -385,7 +385,6 @@ public:
|
||||
// [Actor]
|
||||
bool HasContentLoaded() const override;
|
||||
void Draw(RenderContext& renderContext) override;
|
||||
void DrawGeneric(RenderContext& renderContext) override;
|
||||
#if USE_EDITOR
|
||||
void OnDebugDrawSelected() override;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user