Fixed comments.

This commit is contained in:
Maciej Suminski 2013-07-19 09:35:25 +02:00
parent 92ccc2018e
commit 4d7db7171c
1 changed files with 3 additions and 3 deletions

View File

@ -258,10 +258,10 @@ public:
}
/**
* Function SetLayerDynamic()
* Turns on or off the dynamic parameter of a particular layer.
* Function SetLayerCached()
* Turns on or off the cached parameter of a particular layer.
* @param aLayer: the layer
* @param aDynamic: the parameter
* @param aCached: the new parameter value
*/
inline void SetLayerCached( int aLayer, bool aCached = true )
{