diff options
author | ventor3000 <r.k.persson@gmail.com> | 2013-07-31 07:44:55 +0200 |
---|---|---|
committer | ventor3000 <r.k.persson@gmail.com> | 2013-07-31 07:44:55 +0200 |
commit | 347de6b08c24da008c9e71232d111cabdca7323c (patch) | |
tree | b3e49d3af11ba7e95e88353c47748f6a4ad3c1f9 /lib/pure | |
parent | e6cedc2b8c0e547d6dbfb5ae8f683bb87d0efb17 (diff) | |
download | Nim-347de6b08c24da008c9e71232d111cabdca7323c.tar.gz |
Forgot publicity star on symbol
Diffstat (limited to 'lib/pure')
-rw-r--r-- | lib/pure/basic3d.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/basic3d.nim b/lib/pure/basic3d.nim index 74494ae5f..fda07918f 100644 --- a/lib/pure/basic3d.nim +++ b/lib/pure/basic3d.nim @@ -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: |