mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-19 19:35:26 +00:00
uninitialized variables-gfx
This commit is contained in:
parent
1efb687867
commit
b9c207765e
33 changed files with 108 additions and 43 deletions
|
|
@ -53,7 +53,7 @@ public:
|
|||
|
||||
typedef Data DataType;
|
||||
|
||||
GLTimer(GFXDevice *device, Data &data) : mData(&data)
|
||||
GLTimer(GFXDevice *device, Data &data) : mName(NULL), mData(&data)
|
||||
{
|
||||
glGenQueries(1, &mQueryId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue