mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
uninitialized variables-gfx
This commit is contained in:
parent
1efb687867
commit
b9c207765e
33 changed files with 108 additions and 43 deletions
|
|
@ -174,7 +174,8 @@ public:
|
|||
|
||||
struct
|
||||
{
|
||||
U32 mOffset, mSize;
|
||||
U32 mOffset = 0;
|
||||
U32 mSize = 0;
|
||||
}_getBufferData;
|
||||
|
||||
void lock(const U32 size, U32 offsetAlign, U32 &outOffset, void* &outPtr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue