merge fixes

This commit is contained in:
Tleety
2016-02-11 14:52:52 +01:00
parent f0ae365401
commit 9f657ada4e
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
class CapturePointHUDSystem : public ImpureSystem
{
public:
CapturePointHUDSystem(World* world, EventBroker* eventBroker);
CapturePointHUDSystem(SystemParams params);
virtual void Update(double dt) override;