Fixed many casting issues.

This commit is contained in:
2021-08-21 12:18:01 -07:00
parent 45690cb975
commit d95047398d
26 changed files with 133 additions and 212 deletions

View File

@ -7,8 +7,8 @@
#pragma once
#define EPOCH_FIXED_STEP 0.016
#define EPOCH_SMALLEST_STEP 0.001
#define EPOCH_FIXED_STEP 0.016f
#define EPOCH_SMALLEST_STEP 0.001f
typedef struct {
/**