Revision: 6741
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6741&view=rev
Author:   alexcb
Date:     2008-07-02 14:09:50 -0700 (Wed, 02 Jul 2008)

Log Message:
-----------
stall icon polygonmode added to fix bug

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

Modified: code/stage/trunk/libstage/model.cc
===================================================================
--- code/stage/trunk/libstage/model.cc  2008-07-02 21:03:20 UTC (rev 6740)
+++ code/stage/trunk/libstage/model.cc  2008-07-02 21:09:50 UTC (rev 6741)
@@ -972,6 +972,7 @@
 
   glEnable(GL_TEXTURE_2D);
   glBindTexture( GL_TEXTURE_2D, texture_id );
+  glPolygonMode( GL_FRONT_AND_BACK, GL_FILL );
 
   glColor4f( 1.0, 1.0, 1.0, alpha );
   glPushMatrix();


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

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to