mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
uninitialized variables-afx
This commit is contained in:
parent
157b114ec7
commit
3c0360fd2f
22 changed files with 88 additions and 25 deletions
|
|
@ -58,6 +58,10 @@ afxZodiacMeshRoadRenderer::afxZodiacMeshRoadRenderer()
|
|||
if (!master)
|
||||
master = this;
|
||||
shader_initialized = false;
|
||||
zodiac_shader = NULL;
|
||||
shader_consts = NULL;
|
||||
projection_sc = NULL;
|
||||
color_sc = NULL;
|
||||
}
|
||||
|
||||
afxZodiacMeshRoadRenderer::afxZodiacMeshRoadRenderer(F32 renderOrder, F32 processAddOrder)
|
||||
|
|
@ -66,6 +70,10 @@ afxZodiacMeshRoadRenderer::afxZodiacMeshRoadRenderer(F32 renderOrder, F32 proces
|
|||
if (!master)
|
||||
master = this;
|
||||
shader_initialized = false;
|
||||
zodiac_shader = NULL;
|
||||
shader_consts = NULL;
|
||||
projection_sc = NULL;
|
||||
color_sc = NULL;
|
||||
}
|
||||
|
||||
afxZodiacMeshRoadRenderer::~afxZodiacMeshRoadRenderer()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue