On Fri, Apr 30, 2010 at 12:56 AM,  <[email protected]> wrote:
> @@ -77,5 +75,5 @@
>
>     def __del__(self):
>         '''Delete the framebuffer from the GPU memory'''
> -        id = c_ulong(self._id)
> -        glDeleteFramebuffersEXT(1, byref(id))
> +        id = GLuint(self._id)
> +        glDeleteFramebuffersEXT(1, id)

There appears to be a byref() lost there...


      Richard

-- 
You received this message because you are subscribed to the Google Groups 
"cocos2d discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cocos-discuss?hl=en.

Reply via email to