Coding style cleanup from the zfreeze merge

This commit is contained in:
Lioncash
2015-01-24 15:12:52 -05:00
parent ae514cb0f2
commit 9cdfe889af
6 changed files with 43 additions and 42 deletions

View File

@ -64,13 +64,13 @@ protected:
static u32 GetRemainingSize();
static u32 GetRemainingIndices(int primitive);
static Slope ZSlope;
static void CalculateZSlope(NativeVertexFormat *format);
static Slope s_zslope;
static void CalculateZSlope(NativeVertexFormat* format);
static bool CullAll;
static bool s_cull_all;
private:
static bool IsFlushed;
static bool s_is_flushed;
virtual void vFlush(bool useDstAlpha) = 0;