kotlin-graphics / glm

jvm glm
122 stars 20 forks source link

NoSuchMethodError Vector #17

Closed Mitti30 closed 3 years ago

Mitti30 commented 3 years ago

When trying to use the get() function of the Vec2i a NoSuchMethodError gets thrown. When calling them directly a NoSuchFieldError appears.

private val creator=LevelCreator(Game.resolution[0].toFloat(), Game.resolution[1].toFloat(),14,8,0f,0f)

https://github.com/Mitti30/BreakoutOpenGL

elect86 commented 3 years ago

Hi Mitti,

was it fixed?

Mitti30 commented 3 years ago

Yeah, i changed the gradle glm version to implementation 'com.github.kotlin-graphics:glm:v0.9.9.1-build-3' previous used version was implementation 'com.github.kotlin-graphics:glm:v1.0.1'