mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-16 16:29:43 -05:00
fix invalid characters in cocos header
This commit is contained in:
parent
d57c2bb5ae
commit
3aeaa21c78
2 changed files with 3 additions and 3 deletions
|
@ -47,9 +47,9 @@ NS_CC_EXT_BEGIN
|
|||
|
||||
class CC_DLL CCControlSaturationBrightnessPicker : public CCControl
|
||||
{
|
||||
/** Contains the receiver¡¯s current saturation value. */
|
||||
/** Contains the receiver's current saturation value. */
|
||||
CC_SYNTHESIZE_READONLY(float, m_saturation, Saturation);
|
||||
/** Contains the receiver¡¯s current brightness value. */
|
||||
/** Contains the receiver's current brightness value. */
|
||||
CC_SYNTHESIZE_READONLY(float, m_brightness, Brightness);
|
||||
|
||||
//not sure if these need to be there actually. I suppose someone might want to access the sprite?
|
||||
|
|
|
@ -45,7 +45,7 @@ NS_CC_EXT_BEGIN
|
|||
class CC_DLL CCControlSlider: public CCControl
|
||||
{
|
||||
//maunally put in the setters
|
||||
/** Contains the receiver¡¯s current value. */
|
||||
/** Contains the receiver's current value. */
|
||||
CC_SYNTHESIZE_READONLY(float, m_value, Value);
|
||||
virtual void setValue(float val);
|
||||
/** Contains the minimum value of the receiver.
|
||||
|
|
Loading…
Reference in a new issue