mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 16:29:55 +00:00
Add comment
This commit is contained in:
parent
4d5c446a44
commit
10f938ff87
1 changed files with 2 additions and 0 deletions
|
@ -195,7 +195,9 @@ public:
|
|||
META_Object(osgMyGUI, Drawable)
|
||||
|
||||
private:
|
||||
// double buffering approach, to avoid the need for synchronization with the draw thread
|
||||
std::vector<Batch> mBatchVector[2];
|
||||
|
||||
int mWriteTo;
|
||||
mutable int mReadFrom;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue