Skip to content

Commit

Permalink
Another ad-hoc fix for Newton engine
Browse files Browse the repository at this point in the history
  • Loading branch information
shamazmazum committed Jan 25, 2022
1 parent 69e795a commit 1733056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HPL2/dependencies/Newton/newton/Newton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5037,7 +5037,7 @@ void NewtonBodySetMatrix(const NewtonBody* bodyPtr, const dFloat* matrixPtr)
{
dgBody *body;
body = (dgBody *)bodyPtr;
dgMatrix matrix (*((dgMatrix*) matrixPtr));
dgMatrix matrix = array2matrix(matrixPtr);


TRACE_FUNTION(__FUNCTION__);
Expand Down

0 comments on commit 1733056

Please sign in to comment.