DarkRadiant: master 7f007e15

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 20.03.2021 17:09 master 94c69a4a
Changeset Switch to Julia-style Matrix4 printouts

Multi-line format does not work well in GTest output, where the first row is
indented and misaligned relative to the subsequent rows. The Julia format is a
single line with columns separated by spaces and rows separated by semicolons,
i.e.:

[1 0 0 0; 0 1 0 0; 0 0 1 0; 0 0 0 1]
mod - libs/math/Matrix4.h Diff File