Ignore:
Timestamp:
Dec 7, 2011, 2:06:19 AM (11 years ago)
Author:
sam
Message:

core: try to merge Ticker and Emcee. Still not very good.

Location:
trunk/src/platform/nacl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/platform/nacl/nacl_instance.cpp

    r1087 r1106  
    127127        return;
    128128
    129     Ticker::ClampFps();
    130     Ticker::TickGame();
    131 
    132129    opengl_context_->MakeContextCurrent(this);
    133130    Ticker::TickDraw();
  • trunk/src/platform/nacl/naclapp.cpp

    r1084 r1106  
    5959    while (!Ticker::Finished())
    6060    {
    61         /* Tick the game */
    62         Ticker::TickGame();
    63 
    6461        /* Tick the renderer, show the frame and clamp to desired framerate. */
    6562        Ticker::TickDraw();
     
    6764#if defined __native_client__
    6865#endif
    69 
    70         Ticker::ClampFps();
    7166    }
    7267}
Note: See TracChangeset for help on using the changeset viewer.