Added comments.

This commit is contained in:
hiker 2015-06-13 12:34:33 +10:00
parent e35d5a07b4
commit edbb6892e0

View File

@ -198,8 +198,11 @@ void SharedGPUObjects::init()
} // SharedGPUObjects
// ----------------------------------------------------------------------------
/** A simple reset function. Atm it actually only resets the
* m_has_been_initialised flag (all opengl data gets reset anyway when this
* function is called).
*/
void SharedGPUObjects::reset()
{
m_has_been_initialised = false;
}
} // reset