Replace mod_() calls with mod()
This commit is contained in:
@@ -36,7 +36,7 @@ fun main() = application {
|
||||
camera.setView(Vector3(-0.514, -0.936, -1.122), Spherical(454.346, 25.0, 8.444), 40.0)
|
||||
}
|
||||
extend {
|
||||
sceneData.animations[0].applyToTargets(seconds.mod_(sceneData.animations[0].duration))
|
||||
sceneData.animations[0].applyToTargets(seconds.mod(sceneData.animations[0].duration))
|
||||
drawer.clear(ColorRGBa.PINK)
|
||||
renderer.draw(drawer, scene)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user