typo
This commit is contained in:
parent
a28303bad6
commit
cdf0f3e3bd
@ -1,6 +1,6 @@
|
||||
# VE Font Cache : Odin Port
|
||||
|
||||
This is a port of the library base on [fork](https://github.com/hypernewbie/VEFontCache)
|
||||
This is a port of the library based on [fork](https://github.com/hypernewbie/VEFontCache)
|
||||
|
||||
Its original purpose was for use in game engines, however its rendeirng quality and performance is more than adequate for many other applications.
|
||||
|
||||
|
@ -180,7 +180,7 @@ else
|
||||
}
|
||||
|
||||
simd_to_vec2 :: #force_inline proc "contextless" (v: Vec2_SIMD) -> Vec2 {
|
||||
return Vec2{simd.extract(v, 0), simd.extract(v, 1)}
|
||||
return Vec2{ simd.extract(v, 0), simd.extract(v, 1) }
|
||||
}
|
||||
|
||||
vec2_add_simd :: #force_inline proc "contextless" (a, b: Vec2) -> Vec2 {
|
||||
|
Loading…
Reference in New Issue
Block a user