mirror of https://github.com/axmolengine/axmol.git
Ooops.
This commit is contained in:
parent
60759764ff
commit
f5c61b4f9a
|
@ -90,7 +90,7 @@ public:
|
|||
*
|
||||
* @return float stroke.
|
||||
*/
|
||||
inline float getStroke() { return _stroke; }
|
||||
inline float getStroke() const { return _stroke; }
|
||||
/** Set stroke.
|
||||
*
|
||||
* @param float stroke.
|
||||
|
|
Loading…
Reference in New Issue