Skip to content

Commit 97d304d

Browse files
committed
R_constant_table: Fix parse() implementation signature.
1 parent 2b12176 commit 97d304d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layers/xrRenderPC_GL/glr_constants.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ IC bool p_sort(ref_constant C1, ref_constant C2)
1616
}
1717

1818
// TODO: OGL: Use constant buffers like DX10.
19-
BOOL R_constant_table::parse(void* _desc, u16 destination)
19+
BOOL R_constant_table::parse(void* _desc, u32 destination)
2020
{
2121
GLuint program = *(GLuint*)_desc;
2222

0 commit comments

Comments
 (0)