Changeset 470 for trunk/src/wx
- Timestamp:
- 09/17/15 17:19:14 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wx/wx_canvas.cc
r467 r470 6 6 7 7 #include <nv/wx/wx_canvas.hh> 8 9 #include <nv/core/time.hh> 8 10 9 11 wxBEGIN_EVENT_TABLE( nv::wx_gl_canvas, wxWindow ) … … 51 53 void nv::wx_gl_canvas::on_idle( wxIdleEvent& evt ) 52 54 { 55 nv::sleep( 10 ); 53 56 if ( m_render ) 54 57 {
Note: See TracChangeset
for help on using the changeset viewer.