1
0
forked from 0ad/0ad

Fixed bug in documentation of confusing feature, unless the fix is wrong too

This was SVN commit r3434.
This commit is contained in:
Ykkrosh 2006-01-29 02:58:19 +00:00
parent ecbcc59fba
commit a3f4424e35

View File

@ -23,7 +23,7 @@ public:
};
float _data[16];
float _data2d[4][4];
// (Be aware that _data2d[3][1] is _13, etc. This is to be considered a feature.)
// (Be aware that m(0,2) == _data2d[2][0] == _13, etc. This is to be considered a feature.)
};
public: