Changeset 180 for trunk/src/gtk/glmapview.cpp
- Timestamp:
- Aug 28, 2010, 7:19:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gtk/glmapview.cpp
r177 r180 101 101 } 102 102 103 // FIXME: do not do anything if the previous tick was too recent?104 103 ticking = TRUE; 105 104 … … 155 154 while (g_main_context_iteration(NULL, FALSE)) 156 155 ; 156 157 // FIXME: do some GTK stuff in here 157 158 Ticker::ClampFps(1000.0f / FPS); 158 159 }
Note: See TracChangeset
for help on using the changeset viewer.