Merge branch 'Movement' of github.com:teamfisk/TacticalZ into Movement
# Conflicts: # resources/Schema/Entities/RayAssaultBlue.xml
This commit is contained in:
@@ -11,7 +11,7 @@ void FadeSystem::UpdateComponent(EntityWrapper& entity, ComponentWrapper& cFade,
|
||||
return;
|
||||
}
|
||||
|
||||
if (!(bool)cFade["Out"]) {
|
||||
if ((bool)cFade["Out"]) {
|
||||
dTime *= -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user