mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fix warning
This commit is contained in:
parent
eb196fd99a
commit
4a579d0af2
1 changed files with 4 additions and 0 deletions
|
@ -273,6 +273,10 @@ bool CStereoOVR::nextPass()
|
||||||
m_OrientationCached = false;
|
m_OrientationCached = false;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
nlassert(false);
|
||||||
|
m_Stage = 0;
|
||||||
|
m_OrientationCached = false;
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
const NL3D::CViewport &CStereoOVR::getCurrentViewport() const
|
const NL3D::CViewport &CStereoOVR::getCurrentViewport() const
|
||||||
|
|
Loading…
Reference in a new issue