Core: Register TriangleMesh type
This commit is contained in:
parent
c67e3a485d
commit
313b7a50b6
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
@ -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>();
|
||||
|
||||
|
|
Loading…
Reference in a new issue