добавленно частичное сглаживание

This commit is contained in:
lllzebralll
2022-12-01 20:37:30 +03:00
parent fea123bc5f
commit f04bac6b43
10 changed files with 92 additions and 36 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ public:
WorldRenderer(Level* level, Assets* assets);
~WorldRenderer();
void draw(World* world, Camera* camera, bool occlusion);
void draw(World* world, Camera* camera, bool occlusion, bool devdata);
};