Skip to content

Commit

Permalink
+ Add PropertyQuantity to type system
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Feb 11, 2014
1 parent 9b0d243 commit 1cf7da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App/Application.cpp
Expand Up @@ -1003,6 +1003,7 @@ void Application::initTypes(void)
App ::PropertyFloat ::init();
App ::PropertyFloatList ::init();
App ::PropertyFloatConstraint ::init();
App ::PropertyQuantity ::init();
App ::PropertyAngle ::init();
App ::PropertyDistance ::init();
App ::PropertyLength ::init();
Expand Down

0 comments on commit 1cf7da2

Please sign in to comment.