fix compilation errors
This commit is contained in:
parent
54bccad360
commit
58834b377a
|
|
@ -6,7 +6,7 @@
|
|||
#begin lib_target
|
||||
#define TARGET grutil
|
||||
#define LOCAL_LIBS \
|
||||
display text pgraph gobj linmath putil
|
||||
display text pgraph gobj linmath putil movies
|
||||
|
||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
#include "clockObject.h"
|
||||
#include "config_gobj.h"
|
||||
#include "config_grutil.h"
|
||||
#include "bamCacheRecord.h"
|
||||
|
||||
TypeHandle MovieTexture::_type_handle;
|
||||
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ public:
|
|||
return _type_handle;
|
||||
}
|
||||
static void init_type() {
|
||||
VideoTexture::init_type();
|
||||
Texture::init_type();
|
||||
register_type(_type_handle, "MovieTexture",
|
||||
Texture::get_class_type());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue