Made Background::Draw receive const scene pointer
Former-commit-id: 2b84f8ea924714d81046f3dd29990939586e7622
This commit is contained in:
@@ -16,7 +16,7 @@ class NAZARA_API NzColorBackground : public NzBackground
|
||||
public:
|
||||
NzColorBackground(const NzColor& color = NzColor::Black);
|
||||
|
||||
void Draw() const;
|
||||
void Draw(const NzScene* scene) const;
|
||||
|
||||
nzBackgroundType GetBackgroundType() const;
|
||||
NzColor GetColor() const;
|
||||
|
||||
Reference in New Issue
Block a user