diff --git a/res/content/base/textures/cracks/cracks_0.png b/res/content/base/textures/cracks/cracks_0.png index 84d56c43..b8dd094e 100644 Binary files a/res/content/base/textures/cracks/cracks_0.png and b/res/content/base/textures/cracks/cracks_0.png differ diff --git a/res/content/base/textures/cracks/cracks_1.png b/res/content/base/textures/cracks/cracks_1.png index 40bd0ce8..8d0eacb8 100644 Binary files a/res/content/base/textures/cracks/cracks_1.png and b/res/content/base/textures/cracks/cracks_1.png differ diff --git a/res/content/base/textures/cracks/cracks_10.png b/res/content/base/textures/cracks/cracks_10.png index 8253dd6d..3fccd3a2 100644 Binary files a/res/content/base/textures/cracks/cracks_10.png and b/res/content/base/textures/cracks/cracks_10.png differ diff --git a/res/content/base/textures/cracks/cracks_2.png b/res/content/base/textures/cracks/cracks_2.png index d13052d2..dcfba20d 100644 Binary files a/res/content/base/textures/cracks/cracks_2.png and b/res/content/base/textures/cracks/cracks_2.png differ diff --git a/res/content/base/textures/cracks/cracks_3.png b/res/content/base/textures/cracks/cracks_3.png index 40275992..cfb98594 100644 Binary files a/res/content/base/textures/cracks/cracks_3.png and b/res/content/base/textures/cracks/cracks_3.png differ diff --git a/res/content/base/textures/cracks/cracks_4.png b/res/content/base/textures/cracks/cracks_4.png index ced0d189..efd9e4ab 100644 Binary files a/res/content/base/textures/cracks/cracks_4.png and b/res/content/base/textures/cracks/cracks_4.png differ diff --git a/res/content/base/textures/cracks/cracks_5.png b/res/content/base/textures/cracks/cracks_5.png index 3db95bf4..bbe1a6c6 100644 Binary files a/res/content/base/textures/cracks/cracks_5.png and b/res/content/base/textures/cracks/cracks_5.png differ diff --git a/res/content/base/textures/cracks/cracks_6.png b/res/content/base/textures/cracks/cracks_6.png index 1eda5a64..29c14e6b 100644 Binary files a/res/content/base/textures/cracks/cracks_6.png and b/res/content/base/textures/cracks/cracks_6.png differ diff --git a/res/content/base/textures/cracks/cracks_7.png b/res/content/base/textures/cracks/cracks_7.png index a9b9092d..0b3ca2d1 100644 Binary files a/res/content/base/textures/cracks/cracks_7.png and b/res/content/base/textures/cracks/cracks_7.png differ diff --git a/res/content/base/textures/cracks/cracks_8.png b/res/content/base/textures/cracks/cracks_8.png index 79669ab1..cb22e506 100644 Binary files a/res/content/base/textures/cracks/cracks_8.png and b/res/content/base/textures/cracks/cracks_8.png differ diff --git a/res/content/base/textures/cracks/cracks_9.png b/res/content/base/textures/cracks/cracks_9.png index 18eb1a53..5ff395d6 100644 Binary files a/res/content/base/textures/cracks/cracks_9.png and b/res/content/base/textures/cracks/cracks_9.png differ diff --git a/src/graphics/render/BlockWrapsRenderer.cpp b/src/graphics/render/BlockWrapsRenderer.cpp index ddb93d3a..3ad30ad8 100644 --- a/src/graphics/render/BlockWrapsRenderer.cpp +++ b/src/graphics/render/BlockWrapsRenderer.cpp @@ -49,7 +49,7 @@ void BlockWrapsRenderer::draw(const BlockWrapper& wrapper) { glm::vec3(wrapper.position) + glm::vec3(0.5f), glm::vec3(1.01f), regions, - glm::vec4(0), + glm::vec4(1,1,1,0), false ); break; @@ -66,7 +66,7 @@ void BlockWrapsRenderer::draw(const BlockWrapper& wrapper) { glm::vec3(wrapper.position) + aabb.center(), size * glm::vec3(1.01f), regions, - glm::vec4(0), + glm::vec4(1,1,1,0), false ); break;