mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fixed typo
This commit is contained in:
parent
383b0660ae
commit
5a25035407
@ -148,7 +148,7 @@ analyze_renderstate(const RenderState *rs) {
|
|||||||
|
|
||||||
// Check if there's an alpha test, color blend, or transparency.
|
// Check if there's an alpha test, color blend, or transparency.
|
||||||
|
|
||||||
if ((_attribs._alpha_test->get_mode() != RendetyrAttrib::M_none)&&
|
if ((_attribs._alpha_test->get_mode() != RenderAttrib::M_none)&&
|
||||||
(_attribs._alpha_test->get_mode() != RenderAttrib::M_always)) {
|
(_attribs._alpha_test->get_mode() != RenderAttrib::M_always)) {
|
||||||
_have_alpha_test = true;
|
_have_alpha_test = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user