weather change test

This commit is contained in:
MihailRis
2025-02-26 12:19:47 +03:00
parent 589518fb25
commit 02d8d8d6bf
7 changed files with 83 additions and 41 deletions
+6 -1
View File
@@ -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
);
};