App: Fix typo in description of PropertyFloatConstraint
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
parent
977411b4cc
commit
15dbd1055a
|
@ -469,7 +469,7 @@ protected:
|
||||||
/** Constraint float properties
|
/** Constraint float properties
|
||||||
* This property fullfill the need of constraint float. It holds basicly a
|
* This property fullfill the need of constraint float. It holds basicly a
|
||||||
* state (float) and a struct of boundaries. If the boundaries
|
* state (float) and a struct of boundaries. If the boundaries
|
||||||
* is not set it act basicly like a IntegerProperty and do no checking.
|
* is not set it act basicly like a FloatProperty and do no checking.
|
||||||
* The constraints struct can be created on the heap or build in.
|
* The constraints struct can be created on the heap or build in.
|
||||||
*/
|
*/
|
||||||
class AppExport PropertyFloatConstraint: public PropertyFloat
|
class AppExport PropertyFloatConstraint: public PropertyFloat
|
||||||
|
|
Loading…
Reference in New Issue
Block a user