Made Background::Draw receive const scene pointer
Former-commit-id: 2b84f8ea924714d81046f3dd29990939586e7622
This commit is contained in:
@@ -108,7 +108,7 @@ void NzScene::Draw()
|
||||
NzRenderer::Clear(nzRendererClear_Depth);
|
||||
|
||||
if (m_impl->background)
|
||||
m_impl->background->Draw();
|
||||
m_impl->background->Draw(this);
|
||||
|
||||
LightComparator lightComparator;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user