DarkRadiant: master 1904b34a

Author Committer Branch Timestamp Parent
Matthew Mott Matthew Mott master 05.10.2021 19:14 master de305d68
Changeset Remove reinterpret_cast from Vector4

Removed non-const getVector3(); this was no longer needed. The const version
has been changed to return by value, eliminating the usage of reinterpret_cast
entirely.
mod - include/irenderview.h Diff File
mod - libs/math/Vector4.h Diff File
mod - libs/render/View.h Diff File
mod - plugins/script/interfaces/MathInterface.cpp Diff File
mod - test/math/Vector.cpp Diff File