Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix an assert that had been wrong for ages, apparently.
  • Loading branch information
neobrain committed Jan 8, 2013
1 parent 4925a28 commit d388277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/VideoCommon/Src/PixelShaderGen.h
Expand Up @@ -45,7 +45,7 @@
#define C_PMATERIALS (C_PLIGHTS + 40)
#define C_PENVCONST_END (C_PMATERIALS + 4)
#define PIXELSHADERUID_MAX_VALUES 70
#define PIXELSHADERUID_MAX_VALUES_SAFE 119
#define PIXELSHADERUID_MAX_VALUES_SAFE 115

// DO NOT make anything in this class virtual.
template<bool safe>
Expand Down

0 comments on commit d388277

Please sign in to comment.