File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/kotlin/uno/mousePole Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
3434
3535 testCompile ' io.kotlintest:kotlintest:2.0.7'
3636
37- compile ' com.github.kotlin-graphics:gln:ebd538491404be7e9f56f0300f1acef8e7289804 '
37+ compile ' com.github.kotlin-graphics:gln:9ec1d4c02bf457eba354bc80548dad8bd3d976f3 '
3838
3939 compile " org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion "
4040
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ import glm_.vec3.Vec3
1212 * Created by elect on 17/03/17.
1313 */
1414
15- abstract class ViewProvider {
15+ interface ViewProvider {
1616
1717 /* * Computes the camera matrix. */
18- abstract fun calcMatrix (res : Mat4 ): Mat4
18+ fun calcMatrix (res : Mat4 ): Mat4
1919
2020 fun calcMatrix () = calcMatrix(Mat4 ())
2121}
You can’t perform that action at this time.
0 commit comments