Show
Ignore:
Timestamp:
05/15/08 19:54:16 (6 months ago)
Author:
ArcRiley
Message:

Ticket #901 :

  • more Pyrex 0.9.8 code updates, these mostly for soy.models
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pysoy/src/bodies/Body.pym

    r1257 r1258  
    460460    gl.glPushMatrix() 
    461461    gl.glMultMatrixf(_mtx) 
    462     self._model._render(<void*> self) 
     462    self._model._render(self) 
    463463    gl.glPopMatrix() 
    464464