Skip to content
Snippets Groups Projects
Commit 257347b8 authored by Tofu Linden's avatar Tofu Linden
Browse files

restore blend factor init fix.

parent e0f95c59
No related branches found
No related tags found
No related merge requests found
......@@ -764,6 +764,9 @@ LLRender::LLRender()
mCurrAlphaFunc = CF_DEFAULT;
mCurrAlphaFuncVal = 0.01f;
mCurrSceneBlendType = BT_ALPHA;
mCurrBlendSFactor = BF_ONE;
mCurrBlendDFactor = BF_ZERO;
}
LLRender::~LLRender()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment