Fixes for multipipe support.
Addition of FrameStatsHandler to osgproducer demo to add frame stats.
This commit is contained in:
@@ -139,7 +139,7 @@ void State::popStateSet()
|
||||
{
|
||||
if (_drawStateStack.empty()) return;
|
||||
|
||||
const StateSet* dstate = _drawStateStack.back().get();
|
||||
const StateSet* dstate = _drawStateStack.back();
|
||||
|
||||
if (dstate)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user