mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
unregistered type
This commit is contained in:
parent
b96a29c9ce
commit
2e8c8423e6
@ -26,6 +26,7 @@
|
||||
#include "graphicsPipeSelection.h"
|
||||
#include "wdxGraphicsWindow9.h"
|
||||
#include "wdxGraphicsPipe9.h"
|
||||
#include "wdxGraphicsBuffer9.h"
|
||||
#include "pandaSystem.h"
|
||||
|
||||
#include "dconfig.h"
|
||||
@ -220,6 +221,7 @@ init_libdxgsg9() {
|
||||
|
||||
wdxGraphicsPipe9::init_type();
|
||||
wdxGraphicsWindow9::init_type();
|
||||
wdxGraphicsBuffer9::init_type();
|
||||
|
||||
GraphicsPipeSelection *selection = GraphicsPipeSelection::get_global_ptr();
|
||||
selection->add_pipe_type(wdxGraphicsPipe9::get_class_type(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user