|
From: <axl...@us...> - 2009-08-16 15:34:41
|
Revision: 481
http://hgengine.svn.sourceforge.net/hgengine/?rev=481&view=rev
Author: axlecrusher
Date: 2009-08-16 15:34:35 +0000 (Sun, 16 Aug 2009)
Log Message:
-----------
Init was used to add assets to pre and post render. Since that is gone, init does nothing. Init will probably be tranformed into a function to recycle assets.
Modified Paths:
--------------
Mercury2/modules/TextNode.cpp
Modified: Mercury2/modules/TextNode.cpp
===================================================================
--- Mercury2/modules/TextNode.cpp 2009-08-16 15:33:55 UTC (rev 480)
+++ Mercury2/modules/TextNode.cpp 2009-08-16 15:34:35 UTC (rev 481)
@@ -69,7 +69,6 @@
fprintf( stderr, "Could not create Texture for text.\n" );
return;
}
- m_kTEX->Init( this );
}
//Setup FBO and Texture
@@ -306,7 +305,6 @@
}
m_bDirty = false;
- m_kVBO->Init( this );
}
bool TextNode::LoadFont( const MString & sFont )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|