Blenderplayer: Fixing a crash on startup when the graphics driver tried to use uninitialized memory. I had fixed this previously in Swiss, but it looks like I missed grabbing the fix when bringing the GetViewPort() changes into trunk.

This commit is contained in:
Mitchell Stokes 2012-10-14 04:22:38 +00:00
parent 68d68e13b6
commit 64b187a928

@ -90,7 +90,7 @@ protected:
* relative to the context */
RAS_Rect m_displayarea;
int *m_viewport;
int m_viewport[4];
/** Storage for the banners to display. */
TBannerMap m_banners;