Change a reference variable to be volatile long
Removed some warnings associated with it, was the wrong variable type.
This commit is contained in:
parent
4444ca55f9
commit
2b4e381c3b
@ -274,7 +274,7 @@ extern void convert_sampler_info(struct gs_sampler_state *sampler,
|
||||
|
||||
struct gs_sampler_state {
|
||||
device_t device;
|
||||
volatile uint32_t ref;
|
||||
volatile long ref;
|
||||
|
||||
GLint min_filter;
|
||||
GLint mag_filter;
|
||||
|
Loading…
x
Reference in New Issue
Block a user