projects
/
xonotic
/
netradiant.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
refactored vector classes to avoid reinterpret_cast
[xonotic/netradiant.git]
/
radiant
/
view.h
diff --git
a/radiant/view.h
b/radiant/view.h
index 9f201e36201d58ae570c9dfb9f27e0f1cc3b63ed..b6dc414a15126fb92cc0f7a38cc77ac8ea06e2ee 100644
(file)
--- a/
radiant/view.h
+++ b/
radiant/view.h
@@
-204,7
+204,7
@@
public:
}
const Vector3& getViewer() const
{
- return
m_viewer
;
+ return
vector4_to_vector3(m_viewer)
;
}
};