Replace mod_() calls with mod()
This commit is contained in:
@@ -32,7 +32,7 @@ fun main() = application {
|
||||
val cameras = scene.root.findContent { this as? PerspectiveCamera }
|
||||
|
||||
extend {
|
||||
sceneData.animations[0].applyToTargets(seconds.mod_(sceneData.animations[0].duration))
|
||||
sceneData.animations[0].applyToTargets(seconds.mod(sceneData.animations[0].duration))
|
||||
drawer.view = cameras[0].content.viewMatrix
|
||||
drawer.projection = cameras[0].content.projectionMatrix
|
||||
drawer.clear(ColorRGBa.PINK)
|
||||
|
||||
Reference in New Issue
Block a user