CCDirecter BUG?

in CCDirecter.h

    /** How many frames were called since the director started */
    inline unsigned int getFrames(void) { return m_uFrames; }

should return m_uTotalFrames ?

You are right, thank you.

#1293 is created for it.