mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +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
|
|
@ -42,7 +42,7 @@
|
|||
#include "console/engineAPI.h"
|
||||
|
||||
|
||||
const RenderInstType RenderInstType::Invalid( String::EmptyString );
|
||||
const RenderInstType RenderInstType::Invalid( "" );
|
||||
|
||||
const RenderInstType RenderPassManager::RIT_Interior("Interior");
|
||||
const RenderInstType RenderPassManager::RIT_Mesh("Mesh");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue