mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
uninitialized variables-scene
This commit is contained in:
parent
8aa03a4ac9
commit
7392d598da
3 changed files with 4 additions and 4 deletions
|
|
@ -75,7 +75,7 @@ class SceneCullingVolume
|
|||
public:
|
||||
|
||||
/// Create an *uninitialized* culling volume.
|
||||
SceneCullingVolume() {}
|
||||
SceneCullingVolume() : mType(Includer), mSortPoint(1.f) {}
|
||||
|
||||
///
|
||||
SceneCullingVolume( Type type, const PlaneSetF& planes )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue