mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 03:32:32 +00:00
Forgot publicity star on symbol
This commit is contained in:
@@ -43,7 +43,7 @@ import times
|
||||
|
||||
|
||||
type
|
||||
TMatrix3d=object
|
||||
TMatrix3d* =object
|
||||
## Implements a row major 3d matrix, which means
|
||||
## transformations are applied the order they are concatenated.
|
||||
## This matrix is stored as an 4x4 matrix:
|
||||
|
||||
Reference in New Issue
Block a user