just a minor refactor, nothing special

This commit is contained in:
MihailRis
2024-04-23 02:00:03 +03:00
parent 6e2bc9ca95
commit 9f2bceb039
67 changed files with 143 additions and 143 deletions
+7 -7
View File
@@ -9,13 +9,13 @@
#include "../../voxels/Block.h"
#include "../../window/Camera.h"
#include "../../window/Window.h"
#include "../core/Atlas.h"
#include "../core/Batch3D.h"
#include "../core/Framebuffer.h"
#include "../core/GfxContext.h"
#include "../core/Shader.h"
#include "../core/Texture.h"
#include "../core/Viewport.h"
#include "../core/Atlas.hpp"
#include "../core/Batch3D.hpp"
#include "../core/Framebuffer.hpp"
#include "../core/GfxContext.hpp"
#include "../core/Shader.hpp"
#include "../core/Texture.hpp"
#include "../core/Viewport.hpp"
std::unique_ptr<ImageData> BlocksPreview::draw(
const ContentGfxCache* cache,