summaryrefslogtreecommitdiff
path: root/src/game/GameView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameView.h')
-rw-r--r--src/game/GameView.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h
index 4a841c1..ad9e095 100644
--- a/src/game/GameView.h
+++ b/src/game/GameView.h
@@ -87,7 +87,7 @@ private:
Thumbnail * placeSaveThumb;
- Particle sample;
+ SimulationSample sample;
int lastOffset;
void setToolButtonOffset(int offset);
@@ -99,7 +99,7 @@ public:
//Breaks MVC, but any other way is going to be more of a mess.
ui::Point GetMousePosition();
- void SetSample(Particle sample);
+ void SetSample(SimulationSample sample);
void AttachController(GameController * _c){ c = _c; }
void NotifyRendererChanged(GameModel * sender);