mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-19 04:10:54 +00:00
Source changes needed for Linux build.
This commit is contained in:
parent
109a766748
commit
d2700f881c
16 changed files with 73 additions and 27 deletions
|
|
@ -22,8 +22,17 @@
|
|||
|
||||
#include "lighting/common/lightMapParams.h"
|
||||
#include "core/stream/bitStream.h"
|
||||
#include "core/module.h"
|
||||
|
||||
const LightInfoExType LightMapParams::Type( "LightMapParams" );
|
||||
MODULE_BEGIN( LightMapParams )
|
||||
MODULE_INIT_AFTER( ShadowMapParams )
|
||||
MODULE_INIT
|
||||
{
|
||||
LightMapParams::Type = "LightMapParams";
|
||||
}
|
||||
MODULE_END;
|
||||
|
||||
LightInfoExType LightMapParams::Type( "" );
|
||||
|
||||
LightMapParams::LightMapParams( LightInfo *light ) :
|
||||
representedInLightmap(false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue