weather change test
This commit is contained in:
@@ -53,5 +53,10 @@ public:
|
||||
Player& player
|
||||
);
|
||||
|
||||
void update(float delta, const Camera& camera, const WeatherPreset& weather);
|
||||
void update(
|
||||
float delta,
|
||||
const Camera& camera,
|
||||
const WeatherPreset& weatherA,
|
||||
const WeatherPreset& weatherB
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user