Changeset 470 for trunk/src/wx


Ignore:
Timestamp:
09/17/15 17:19:14 (10 years ago)
Author:
epyon
Message:
  • animation time definition fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wx/wx_canvas.cc

    r467 r470  
    66
    77#include <nv/wx/wx_canvas.hh>
     8
     9#include <nv/core/time.hh>
    810
    911wxBEGIN_EVENT_TABLE( nv::wx_gl_canvas, wxWindow )
     
    5153void nv::wx_gl_canvas::on_idle( wxIdleEvent& evt )
    5254{
     55        nv::sleep( 10 );
    5356        if ( m_render )
    5457        {
Note: See TracChangeset for help on using the changeset viewer.