diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-02-20 13:40:27 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-02-20 13:40:27 +0100 |
| commit | 2971625418c528e9310d4004bf01bfed7e901eb1 (patch) | |
| tree | 5710e610f99cc3d97a3206c2375e382601c5b80e /FL/glut.H | |
| parent | 6f4cf105b13bf138d592327315441c1ae74ca4bb (diff) | |
Add GLUT_ELAPSED_TIME simulation
Diffstat (limited to 'FL/glut.H')
| -rw-r--r-- | FL/glut.H | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -315,12 +315,12 @@ enum { GLUT_INIT_WINDOW_HEIGHT, GLUT_INIT_DISPLAY_MODE, GLUT_WINDOW_BUFFER_SIZE, - GLUT_VERSION + GLUT_VERSION, //GLUT_WINDOW_NUM_CHILDREN, //GLUT_WINDOW_CURSOR, //GLUT_SCREEN_WIDTH_MM, //GLUT_SCREEN_HEIGHT_MM, -//GLUT_ELAPSED_TIME, + GLUT_ELAPSED_TIME, }; # define GLUT_WINDOW_STENCIL_SIZE GL_STENCIL_BITS |
