Skip to content

Commit 506c805

Browse files
committed
⬆️ gln
1 parent 64d1ee1 commit 506c805

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/main/kotlin/uno/mousePole/mousePoles.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)