[Bf-blender-cvs] CVS commit: blender/source/blender/src drawobject.c

Ton Roosendaal ton at blender.org
Wed Jan 10 16:25:02 CET 2007


ton (Ton Roosendaal) 2007/01/10 16:25:02 CET

  Modified files:
    blender/source/blender/src drawobject.c 
  
  Log:
  Bugfix #5487 (among others)
  
  glDrawArrays() for a closed line loop (polygon) crashes in some platforms,
  but why we couldn't find any reason for.
  Replaced code with regular glBegin() and glEnd().
  
  Revision  Changes    Path
  1.323     +11 -3     blender/source/blender/src/drawobject.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/drawobject.c.diff?r1=1.322&r2=1.323&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list