rename RenderQueue to RenderPipe
This commit is contained in:
@@ -60,7 +60,7 @@ class LightComponent;
|
||||
typedef std::shared_ptr<LightComponent> LightComponentPtr;
|
||||
typedef std::shared_ptr<const LightComponent> LightComponentConstPtr;
|
||||
|
||||
class RenderQueue;
|
||||
class RenderPipe;
|
||||
|
||||
class Renderable;
|
||||
typedef std::shared_ptr<Renderable> RenderablePtr;
|
||||
|
||||
Reference in New Issue
Block a user