Fix dei warning e posizione texture
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -115,7 +115,7 @@ void Sensore::calcRotWithG(unsigned int index){ // calcolo rotazione con valori
|
||||
}
|
||||
|
||||
float Sensore::getZ_Acc(){
|
||||
int id = *dataPos;
|
||||
//int id = *dataPos;
|
||||
float tmpAcc = 0;
|
||||
|
||||
rb::Vector3 acc = body.getAcc();
|
||||
|
||||
Reference in New Issue
Block a user