提交 2b4e381c 编写于 作者: J jp9000

Change a reference variable to be volatile long

Removed some warnings associated with it, was the wrong variable type.
上级 4444ca55
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册