diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-02 21:35:10 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-02 21:35:10 (GMT) |
commit | ed8a99ed55d5d1ad043608ed471bb7564403bde9 (patch) | |
tree | d0205bc5d22062ba6ddc0bbf87c88e9fafa58536 /src/transformnode.h | |
parent | 287c20d2ff1f737acb414b3eda4969356c02c4fe (diff) |
Refactoring: Moved color functionality into separate module and node
Diffstat (limited to 'src/transformnode.h')
-rw-r--r-- | src/transformnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transformnode.h b/src/transformnode.h index 9afa9be..9d822cb 100644 --- a/src/transformnode.h +++ b/src/transformnode.h @@ -14,7 +14,7 @@ public: virtual std::string toString() const; virtual std::string name() const; - double matrix[20]; + double matrix[16]; }; #endif |