mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
pnmimagetypes must be listed first
This commit is contained in:
parent
936ff2455e
commit
a4f2f54cd4
@ -5,9 +5,9 @@
|
||||
|
||||
#include "panda.h"
|
||||
|
||||
#include "config_pnmimagetypes.h"
|
||||
#include "config_device.h"
|
||||
#include "config_display.h"
|
||||
#include "config_pnmimagetypes.h"
|
||||
#include "config_pgraph.h"
|
||||
#ifdef DO_PSTATS
|
||||
#include "config_pstats.h"
|
||||
@ -29,10 +29,10 @@
|
||||
////////////////////////////////////////////////////////////////////
|
||||
void
|
||||
init_libpanda() {
|
||||
init_libpnmimagetypes();
|
||||
init_libdevice();
|
||||
init_libdisplay();
|
||||
init_libpgraph();
|
||||
init_libpnmimagetypes();
|
||||
#ifdef DO_PSTATS
|
||||
init_libpstatclient();
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user