mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-23 15:09:52 -05:00
Added init_type for MeshDrawer
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
#include "config_grutil.h"
|
||||
#include "frameRateMeter.h"
|
||||
#include "meshDrawer.h"
|
||||
#include "geoMipTerrain.h"
|
||||
#include "openCVTexture.h"
|
||||
#include "ffmpegTexture.h"
|
||||
@@ -73,6 +74,7 @@ init_libgrutil() {
|
||||
initialized = true;
|
||||
|
||||
FrameRateMeter::init_type();
|
||||
MeshDrawer::init_type();
|
||||
GeoMipTerrain::init_type();
|
||||
NodeVertexTransform::init_type();
|
||||
RigidBodyCombiner::init_type();
|
||||
|
||||
Reference in New Issue
Block a user