Skip to content

Commit a030ec7

Browse files
committed
removed useless bind
1 parent d227203 commit a030ec7

File tree

1 file changed

+0
-1
lines changed
  • common/src/main/kotlin/com/lambda/graphics/texture

1 file changed

+0
-1
lines changed

common/src/main/kotlin/com/lambda/graphics/texture/Texture.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ open class Texture(
6666
image?.let {
6767
bind()
6868
upload(it)
69-
bind(0)
7069
}
7170
}
7271
}

0 commit comments

Comments
 (0)