Fixed last commit
Former-commit-id: e3340822fa8772adef371e9d0395aa97ed66f081
This commit is contained in:
parent
56feddb100
commit
ee03ec8c6b
|
|
@ -325,7 +325,7 @@ void NzScene::Draw()
|
|||
|
||||
const NzCamera* NzScene::GetActiveCamera() const
|
||||
{
|
||||
return m_impl->camera;
|
||||
return m_impl->activeCamera;
|
||||
}
|
||||
|
||||
NzBackground* NzScene::GetBackground() const
|
||||
|
|
|
|||
Loading…
Reference in New Issue