Miglioramento precisione rotazioni
This commit is contained in:
@@ -22,7 +22,7 @@ void Caviglia::update(sf::Clock cl){
|
||||
sf::Shape* Caviglia::draw(ReferencePlane plane){
|
||||
|
||||
rb::Vector3 tmpPos = body.getPos();
|
||||
rb::Vector3_s tmpRot = body.getRot();
|
||||
rb::Vector3 tmpRot = body.getRot();
|
||||
|
||||
switch (plane)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user