fix mng constructor
This commit is contained in:
parent
67e26bbbcf
commit
ef4527fda7
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ static mng_bool MNG_DECL my_errorproc(mng_handle handle, mng_int32,
|
|||
|
||||
|
||||
Mng::Mng() :
|
||||
name(NULL), fd(NULL), handle(NULL), surface(NULL), buffer(NULL),
|
||||
name(""), fd(NULL), handle(NULL), surface(NULL), buffer(NULL),
|
||||
ticks(0), iteration(0), is_dirty(false)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue