mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
display: Add two missing includes
(lightAttrib.h and materialAttrib.h)
This commit is contained in:
parent
6f62396373
commit
84ed19e8a7
@ -12,10 +12,14 @@
|
||||
*/
|
||||
|
||||
#include "standardMunger.h"
|
||||
#include "renderState.h"
|
||||
#include "graphicsStateGuardian.h"
|
||||
|
||||
#include "config_gobj.h"
|
||||
|
||||
#include "displayRegion.h"
|
||||
#include "graphicsStateGuardian.h"
|
||||
#include "lightAttrib.h"
|
||||
#include "materialAttrib.h"
|
||||
#include "renderState.h"
|
||||
|
||||
TypeHandle StandardMunger::_type_handle;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user