Skip to content

Commit 5e4e462

Browse files
committed
vec1ub length
1 parent 8236c4b commit 5e4e462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/glm_/vec1/Vec1ub.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class Vec1ub(x: Ubyte) : Vec1t<Ubyte>(x) {
8888

8989
companion object : vec2ub_operators {
9090
@JvmField
91-
val length = 2
91+
val length = 1
9292
@JvmField
9393
val size = length * Ubyte.BYTES
9494
}

0 commit comments

Comments
 (0)