update 'overlay-texture' block property behaviour

This commit is contained in:
MihailRis
2024-11-01 02:18:13 +03:00
parent 4f377b2056
commit 9b5c693027
8 changed files with 44 additions and 16 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ void Batch3D::face(
tint.r, tint.g, tint.b, tint.a);
}
void Batch3D::texture(Texture* new_texture){
void Batch3D::texture(const Texture* new_texture){
if (currentTexture == new_texture)
return;
flush();