quick check with linters

This commit is contained in:
MihailRis
2024-05-10 12:34:05 +03:00
parent 92f185ab51
commit 9522aedeec
55 changed files with 129 additions and 184 deletions
+1 -3
View File
@@ -48,12 +48,10 @@ class WorldRenderer {
/// @param context graphics context
/// @param camera active camera
/// @param linesShader shader used
/// @param settings engine settings
void renderDebugLines(
const DrawContext& context,
Camera* camera,
Shader* linesShader,
const EngineSettings& settings
Shader* linesShader
);
public:
static bool showChunkBorders;