mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 22:24:33 +00:00
uninitialized variables-gfx
This commit is contained in:
parent
1efb687867
commit
b9c207765e
33 changed files with 108 additions and 43 deletions
|
|
@ -25,6 +25,8 @@
|
|||
|
||||
FontRenderBatcher::FontRenderBatcher() : mStorage(8096)
|
||||
{
|
||||
mFont = NULL;
|
||||
mLength = 0;
|
||||
if (!mFontSB)
|
||||
{
|
||||
GFXStateBlockDesc f;
|
||||
|
|
@ -246,4 +248,4 @@ void FontRenderBatcher::init( GFont *font, U32 n )
|
|||
|
||||
mFont = font;
|
||||
mLength = n;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue