Fix dei warning e posizione texture

This commit is contained in:
2026-06-22 16:08:39 +02:00
parent 4ac25779bd
commit 821dd67b5b
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include <math.h>
#include "../../rigidbody/headers/rb.hpp"
#define TEXTUREPATH std::string("../../../textures/")
#define TEXTUREPATH std::string("./../../textures/")
#ifndef PIECE_INTERFACE_H
#define PIECE_INTERFACE_H