App: Fix typo in description of PropertyFloatConstraint

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt 2015-10-22 09:33:05 +01:00 committed by wmayer
parent 977411b4cc
commit 15dbd1055a

View File

@ -469,7 +469,7 @@ protected:
/** Constraint float properties
* This property fullfill the need of constraint float. It holds basicly a
* 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.
*/
class AppExport PropertyFloatConstraint: public PropertyFloat