|
@@ -88,7 +88,7 @@ public:
|
|
|
RenderAttrib::init_type();
|
|
RenderAttrib::init_type();
|
|
|
register_type(_type_handle, "TransparencyAttrib",
|
|
register_type(_type_handle, "TransparencyAttrib",
|
|
|
RenderAttrib::get_class_type());
|
|
RenderAttrib::get_class_type());
|
|
|
- _attrib_slot = register_slot(_type_handle, 100, new TransparencyAttrib);
|
|
|
|
|
|
|
+ _attrib_slot = register_slot(_type_handle, 30, new TransparencyAttrib);
|
|
|
}
|
|
}
|
|
|
virtual TypeHandle get_type() const {
|
|
virtual TypeHandle get_type() const {
|
|
|
return get_class_type();
|
|
return get_class_type();
|