Skip to content
Snippets Groups Projects
Commit e4e07237 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

reorder bindings sorry :-)

parent ca39996e
No related branches found
No related tags found
No related merge requests found
...@@ -321,8 +321,8 @@ binding::binding(){ ...@@ -321,8 +321,8 @@ binding::binding(){
// Register Lua bindings // Register Lua bindings
DocRecord::registerBindings(this); DocRecord::registerBindings(this);
GEdge::registerBindings(this);
GEntity::registerBindings(this); GEntity::registerBindings(this);
GEdge::registerBindings(this);
GFace::registerBindings(this); GFace::registerBindings(this);
GModel::registerBindings(this); GModel::registerBindings(this);
GRegion::registerBindings(this); GRegion::registerBindings(this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment