Browse Source

Update nuklear_sdl_gles2.h

PROP 65 1 year ago
parent
commit
f180a5c423
1 changed files with 1 additions and 0 deletions
  1. 1 0
      demo/sdl_opengles2/nuklear_sdl_gles2.h

+ 1 - 0
demo/sdl_opengles2/nuklear_sdl_gles2.h

@@ -326,6 +326,7 @@ nk_sdl_init(SDL_Window *win)
     sdl.ctx.clip.paste = nk_sdl_clipboard_paste;
     sdl.ctx.clip.userdata = nk_handle_ptr(0);
     nk_sdl_device_create();
+    sdl.time_of_last_frame = ((float)SDL_GetTicks64()) / 1000;
     return &sdl.ctx;
 }