decrease anim framerat e

isolation_bkp/dynres
Dominik Madarász 2021-11-07 15:23:12 +01:00
parent 63db7893b4
commit 242fd9250b
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ typedef struct {
#include "assets_list.c" #include "assets_list.c"
#define ASSET_FRAME_RENDER_MS (1.0/10.0) #define ASSET_FRAME_RENDER_MS (1.0/5.0)
#define ASSET_FRAME_SKIP 2 #define ASSET_FRAME_SKIP 4
static int64_t assets_frame_counter = 1; static int64_t assets_frame_counter = 1;
static double assets_frame_next_draw = 0.0; static double assets_frame_next_draw = 0.0;