Example #1
0
        public override void Draw(GameTime gameTime)
        {
            frameCounter++;

            string         fps    = string.Format("fps: {0}", frameRate);
            IndexedVector3 colour = new IndexedVector3(1, 1, 1);

            m_debugDraw.DrawText(fps, new IndexedVector3(m_location), colour);
        }