Fixed many casting issues.
This commit is contained in:
@ -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 {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user