fix extra comma

This commit is contained in:
Ryan Oldenburg 2020-03-17 21:10:24 -05:00
parent b6e6e452e4
commit 8873f44b04
2 changed files with 221 additions and 222 deletions

View file

@ -1060,7 +1060,7 @@ func `$`*(a: Mat4): string =
&"""[{a[0]:.5f}, {a[1]:.5f}, {a[2]:.5f}, {a[3]:.5f},
{a[4]:.5f}, {a[5]:.5f}, {a[6]:.5f}, {a[7]:.5f},
{a[8]:.5f}, {a[9]:.5f}, {a[10]:.5f}, {a[11]:.5f},
{a[12]:.5f}, {a[13]:.5f}, {a[14]:.5f}, {a[15]:.5f},]"""
{a[12]:.5f}, {a[13]:.5f}, {a[14]:.5f}, {a[15]:.5f}]"""
type Quat* = object
x*: float32

File diff suppressed because it is too large Load diff