fixed #1293:rename getFrames to getTotalFrames and return correct value

This commit is contained in:
minggo 2012-06-14 10:49:53 +08:00
parent eab44f3d6e
commit b3fb5e6d4c
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ public:
inline bool isPaused(void) { return m_bPaused; }
/** How many frames were called since the director started */
inline unsigned int getFrames(void) { return m_uFrames; }
inline unsigned int getTotalFrames(void) { return m_uTotalFrames; }
/** Sets an OpenGL projection
@since v0.8.2