decrease anim framerat e
parent
63db7893b4
commit
242fd9250b
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue