1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-01 06:51:35 +00:00

Add comment

This commit is contained in:
scrawl 2015-06-03 01:18:03 +02:00
parent 4d5c446a44
commit 10f938ff87

View file

@ -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;
};