Fix sky rendering.

This commit is contained in:
iProgramInCpp
2023-07-31 22:25:58 +03:00
parent 16bfb1359e
commit 65406ef97e
5 changed files with 19 additions and 31 deletions

View File

@@ -81,6 +81,7 @@ public:
void addParticle(const std::string&, float, float, float, float, float, float) override;
void playSound(const std::string& a, float b, float c, float d, float e, float f) override;
void skyColorChanged() override;
void generateSky();
void cull(Culler*, float);
void deleteChunks();
void resortChunks(int x, int y, int z);