IPaletteModifier hooked up; no impls yet

This commit is contained in:
Chris Forbes
2009-12-23 20:56:04 +13:00
parent 449c07c518
commit ef01cacd9a
5 changed files with 24 additions and 22 deletions

View File

@@ -28,7 +28,6 @@ namespace OpenRa.Game
foreach (var a in actors) a.Tick();
foreach (var e in effects) e.Tick();
Renderer.waterFrame += 0.00125f * Game.timestep;
Game.viewport.Tick();
var acts = frameEndActions;