Added get() method to ReaderWriterProxy class to allow the readerwriter to
be obtained once its constructed.
This commit is contained in:
@@ -323,6 +323,8 @@ class RegisterReaderWriterProxy
|
||||
}
|
||||
}
|
||||
|
||||
T* get() { return _rw.get(); }
|
||||
|
||||
protected:
|
||||
osg::ref_ptr<T> _rw;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user