You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following the steps in the ReadMe, created the cmake files, and then ran ./gradlew build zipNatives publishToMavenLocal
Getting the following error about a lossy conversion from float to double
These values are defined in the bullet3 C library with the f for float, but when they are converted into a java code, the f is not persisting and the values are turning into double trying to be saved in a float variable.
Can you help me please?
The text was updated successfully, but these errors were encountered:
I am following the steps in the ReadMe, created the cmake files, and then ran ./gradlew build zipNatives publishToMavenLocal
Getting the following error about a lossy conversion from float to double
These values are defined in the bullet3 C library with the f for float, but when they are converted into a java code, the f is not persisting and the values are turning into double trying to be saved in a float variable.
Can you help me please?
The text was updated successfully, but these errors were encountered: