BPMemory: Fix an enum to use u32 as its underlying type.

This commit is contained in:
Tony Wasserka 2014-03-26 10:02:57 +01:00
parent 5fc6ce59c3
commit c6070b94ce

View file

@ -884,7 +884,7 @@ union AlphaTest
ALWAYS = 7
};
enum Op
enum Op : u32
{
AND = 0,
OR = 1,