Skip to content

Commit

Permalink
R_constant_table: Fix parse() implementation signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Nov 24, 2015
1 parent 2b12176 commit 97d304d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layers/xrRenderPC_GL/glr_constants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ IC bool p_sort(ref_constant C1, ref_constant C2)
}

// TODO: OGL: Use constant buffers like DX10.
BOOL R_constant_table::parse(void* _desc, u16 destination)
BOOL R_constant_table::parse(void* _desc, u32 destination)
{
GLuint program = *(GLuint*)_desc;

Expand Down

0 comments on commit 97d304d

Please sign in to comment.