Skip to content

Commit

Permalink
Merge pull request #6968 from neikeq/pr-register-trnglmesh
Browse files Browse the repository at this point in the history
Core: Register TriangleMesh type
  • Loading branch information
neikeq authored Nov 12, 2016
2 parents 43e2889 + 313b7a5 commit c93c2a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/register_core_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include "os/main_loop.h"
#include "io/packet_peer.h"
#include "math/a_star.h"
#include "math/triangle_mesh.h"
#include "globals.h"
#include "object_type_db.h"
#include "geometry.h"
Expand Down Expand Up @@ -134,6 +135,7 @@ void register_core_types() {
ObjectTypeDB::register_type<PHashTranslation>();
ObjectTypeDB::register_type<UndoRedo>();
ObjectTypeDB::register_type<HTTPClient>();
ObjectTypeDB::register_type<TriangleMesh>();

ObjectTypeDB::register_virtual_type<ResourceInteractiveLoader>();

Expand Down

0 comments on commit c93c2a6

Please sign in to comment.