NoSuchMethodError Vector
Mitti30 opened this issue · 2 comments
Mitti30 commented
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)
elect86 commented
Hi Mitti,
was it fixed?
Mitti30 commented
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'