mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Added init_type for MeshDrawer
This commit is contained in:
parent
bdfa9c64e3
commit
1154fb7daa
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user