Commit 4d7db717 authored by Maciej Suminski's avatar Maciej Suminski

Fixed comments.

parent 92ccc201
...@@ -258,10 +258,10 @@ public: ...@@ -258,10 +258,10 @@ public:
} }
/** /**
* Function SetLayerDynamic() * Function SetLayerCached()
* Turns on or off the dynamic parameter of a particular layer. * Turns on or off the cached parameter of a particular layer.
* @param aLayer: the layer * @param aLayer: the layer
* @param aDynamic: the parameter * @param aCached: the new parameter value
*/ */
inline void SetLayerCached( int aLayer, bool aCached = true ) inline void SetLayerCached( int aLayer, bool aCached = true )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment