Test commit, changing a comment
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12796 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
15509ca3db
commit
9f8996727d
@ -1000,7 +1000,7 @@ void Material::setMaterialProperties(video::SMaterial *m, scene::IMeshBuffer* m
|
||||
|
||||
// EMT_TRANSPARENT_ALPHA_CHANNEL does include vertex color alpha into
|
||||
// account, which messes up fading in/out effects. So we use the more
|
||||
// customizable EMT_ONETEXTURE_BLEND instead
|
||||
// customizable EMT_ONETEXTURE_BLEND instead.
|
||||
m->MaterialType = video::EMT_ONETEXTURE_BLEND ;
|
||||
m->MaterialTypeParam =
|
||||
pack_textureBlendFunc(video::EBF_SRC_ALPHA,
|
||||
|
Loading…
Reference in New Issue
Block a user