mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
*** empty log message ***
This commit is contained in:
parent
cf5c38789b
commit
e63acdf37a
@ -876,6 +876,7 @@ void event_x(CPT_Event) {
|
|||||||
int framework_main(int argc, char *argv[]) {
|
int framework_main(int argc, char *argv[]) {
|
||||||
pystub();
|
pystub();
|
||||||
|
|
||||||
|
/*
|
||||||
// The first thing we should do is to set up a multiplexing Notify.
|
// The first thing we should do is to set up a multiplexing Notify.
|
||||||
MultiplexStream *mstream = new MultiplexStream;
|
MultiplexStream *mstream = new MultiplexStream;
|
||||||
Notify::ptr()->set_ostream_ptr(mstream, true);
|
Notify::ptr()->set_ostream_ptr(mstream, true);
|
||||||
@ -892,6 +893,7 @@ int framework_main(int argc, char *argv[]) {
|
|||||||
<< "Sending Notify output to " << framework_notify_output << "\n";
|
<< "Sending Notify output to " << framework_notify_output << "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
GeomNorms::init_type();
|
GeomNorms::init_type();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user