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:
Robin Dunn 2000-01-04 18:00:43 +00:00
parent ecbdd409e1
commit 2d96836946

View File

@ -522,6 +522,7 @@ LifeCanvas::LifeCanvas(wxWindow *parent, Life *life)
{
m_life = life;
m_cellsize = 8;
m_bmp = NULL;
Reset();
}