Added destructor in Frame.

This commit is contained in:
rude
2009-07-27 00:37:40 +02:00
parent 57aea1cd51
commit 76e59f37d0
3 changed files with 8 additions and 5 deletions
@@ -754,14 +754,10 @@ namespace opengl
// Types for this module.
const lua_CFunction wrap_Graphics_types[] = {
//wrap_Color_open,
wrap_Font_open,
wrap_Image_open,
wrap_Frame_open,
//wrap_Animation_open,
//wrap_ParticleSystem_open,
//wrap_SpriteBatch_open,
//wrap_VertexBuffer_open,
0
};