This is the official: Bitte melden Sie sich an, um diesen Link zu sehen.
Alles anzeigenC: InstanceBaseEffect.cpp
- case AFFECT_INVISIBILITY:
- if (isVisible)
- {
- m_GraphicThingInstance.BlendAlphaValue(0.0f, 1.0f);
- m_GraphicThingInstance.HideAllAttachingEffect();
- }
- else
- {
- if (!IsAffect(AFFECT_EUNHYEONG) && !IsAffect(AFFECT_REVIVE_INVISIBILITY))
- {
- m_GraphicThingInstance.BlendAlphaValue(1.0f, 1.0f);
- m_GraphicThingInstance.ShowAllAttachingEffect();
- }
- }
- return;
- break;
Your code somewhat corrects the error, but it is not completely correct.
Bitte melden Sie sich an, um dieses Bild zu sehen.