Temporary fix for r4044, but I think it should be reverted

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4048 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY 2009-08-24 20:31:25 +00:00
parent 19522fbf6b
commit 5354055ab5
1 changed files with 2 additions and 2 deletions

View File

@ -181,8 +181,8 @@ void HandleCgError(CGcontext ctx, CGerror err, void* appdata)
// Init functions
bool Renderer::Init()
{
xfregs.depthRangeConst[0] = 16777216.0f;
xfregs.depthRangeConst[1] = 16777216.0f;
xfregs.depthRangeConst[0] = 16777215.0f;
xfregs.depthRangeConst[1] = 16777215.0f;
bool bSuccess = true;
s_blendMode = 0;
s_MSAACoverageSamples = 0;