mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-19 19:35:26 +00:00
unintialized variable cleanups
This commit is contained in:
parent
deb17b16fa
commit
ddac695252
3 changed files with 6 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ public:
|
|||
|
||||
struct alignas(uintptr_t) DataBlock : public AlignedBufferAllocator<T>
|
||||
{
|
||||
DataBlock* mNext;
|
||||
DataBlock* mNext = NULL;
|
||||
|
||||
inline DataBlock* getEnd()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue