|
From: <cn...@us...> - 2009-08-18 05:22:13
|
Revision: 485
http://hgengine.svn.sourceforge.net/hgengine/?rev=485&view=rev
Author: cnlohr
Date: 2009-08-18 05:21:53 +0000 (Tue, 18 Aug 2009)
Log Message:
-----------
remove recursion method we won't be using
Modified Paths:
--------------
Mercury2/src/Viewport.h
Modified: Mercury2/src/Viewport.h
===================================================================
--- Mercury2/src/Viewport.h 2009-08-18 05:20:25 UTC (rev 484)
+++ Mercury2/src/Viewport.h 2009-08-18 05:21:53 UTC (rev 485)
@@ -12,8 +12,6 @@
public:
Viewport();
- virtual void GoAll( const float fDtime );
-
virtual void PreRender(const MercuryMatrix& matrix);
virtual void Render(const MercuryMatrix& matrix);
virtual void PostRender(const MercuryMatrix& matrix);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|