From 3a0c9e57ee11189500f7ec5e6e5de7aaedf8463d Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Sun, 11 Sep 2022 10:41:32 +0700 Subject: [PATCH] missing imports --- .../dbotthepony/kstarbound/client/gl/shader/GLUniformLocation.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/ru/dbotthepony/kstarbound/client/gl/shader/GLUniformLocation.kt b/src/main/kotlin/ru/dbotthepony/kstarbound/client/gl/shader/GLUniformLocation.kt index 8c2655b6..1c623705 100644 --- a/src/main/kotlin/ru/dbotthepony/kstarbound/client/gl/shader/GLUniformLocation.kt +++ b/src/main/kotlin/ru/dbotthepony/kstarbound/client/gl/shader/GLUniformLocation.kt @@ -1,5 +1,6 @@ package ru.dbotthepony.kstarbound.client.gl.shader +import org.lwjgl.opengl.GL41.* import ru.dbotthepony.kstarbound.client.gl.checkForGLError import ru.dbotthepony.kvector.api.IFloatMatrix import ru.dbotthepony.kvector.api.IStruct3f