Skip to content

Commit 3c30ef3

Browse files
committed
⬆️ fixed
1 parent 5217373 commit 3c30ef3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/kotlin/uno/glfw/GlfwWindow.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import org.lwjgl.glfw.GLFW.*
1111
import org.lwjgl.system.MemoryUtil
1212
import org.lwjgl.system.MemoryUtil.*
1313
import org.lwjgl.vulkan.VkInstance
14-
import vkk.appBuffer
14+
import appBuffer.appBuffer
1515
import java.nio.ByteBuffer
1616
import java.nio.FloatBuffer
1717

src/main/kotlin/uno/glfw/glfw.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package uno.glfw
22

3+
import appBuffer.appBuffer
34
import glm_.buffer.adr
45
import glm_.vec2.Vec2i
56
import org.lwjgl.glfw.GLFW.*
@@ -14,7 +15,6 @@ import org.lwjgl.vulkan.VkInstance
1415
import vkk.VK_CHECK_RESULT
1516
import vkk.VkSurfaceKHR
1617
import vkk.adr
17-
import vkk.appBuffer
1818

1919
/**
2020
* Created by elect on 22/04/17.

0 commit comments

Comments
 (0)