pass World to Effects/*
This commit is contained in:
@@ -110,7 +110,7 @@ namespace OpenRa
|
||||
}
|
||||
|
||||
foreach (var a in actors) a.Tick();
|
||||
foreach (var e in effects) e.Tick();
|
||||
foreach (var e in effects) e.Tick( this );
|
||||
|
||||
Game.viewport.Tick();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user