PostProcessing: Use ints-for-bools CPU-side as well
This commit is contained in:
@ -33,7 +33,6 @@ public:
|
||||
|
||||
union Value
|
||||
{
|
||||
bool bool_value;
|
||||
s32 int_value;
|
||||
float float_value;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user