trackbar track-width semantic update + gamma setting trackbar

This commit is contained in:
MihailRis
2024-04-25 06:00:35 +03:00
parent b1a79e3a6e
commit 8be0d157c2
11 changed files with 30 additions and 26 deletions
+2 -2
View File
@@ -10,13 +10,13 @@
#include "../../voxels/Block.h"
#include "../../voxels/ChunksStorage.h"
#include "../../util/ThreadPool.hpp"
#include "../../settings.h"
class Mesh;
class Chunk;
class Level;
class BlocksRenderer;
class ContentGfxCache;
struct EngineSettings;
struct RendererResult {
glm::ivec2 key;
@@ -34,7 +34,7 @@ public:
ChunksRenderer(
Level* level,
const ContentGfxCache* cache,
const EngineSettings& settings
const EngineSettings* settings
);
virtual ~ChunksRenderer();