Fixed a bug that caused a crash on startup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -522,6 +522,7 @@ LifeCanvas::LifeCanvas(wxWindow *parent, Life *life)
|
|||||||
{
|
{
|
||||||
m_life = life;
|
m_life = life;
|
||||||
m_cellsize = 8;
|
m_cellsize = 8;
|
||||||
|
m_bmp = NULL;
|
||||||
Reset();
|
Reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user