Revision: 7286
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7286&view=rev
Author:   alexcb
Date:     2009-01-22 21:36:27 +0000 (Thu, 22 Jan 2009)

Log Message:
-----------
fixed crash on startup - uninitialized ptr

Modified Paths:
--------------
    code/stage/trunk/libstage/canvas.cc

Modified: code/stage/trunk/libstage/canvas.cc
===================================================================
--- code/stage/trunk/libstage/canvas.cc 2009-01-22 01:01:08 UTC (rev 7285)
+++ code/stage/trunk/libstage/canvas.cc 2009-01-22 21:36:27 UTC (rev 7286)
@@ -79,7 +79,8 @@
   graphics( true ),
   world( world ),
   frames_rendered_count( 0 ),
-  screenshot_frame_skip( 1 )
+  screenshot_frame_skip( 1 ),
+  models_sorted( NULL )
 {
   end();
   


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to