Skip to content
Snippets Groups Projects
Commit 788a6dd4 authored by Shon Ferguson's avatar Shon Ferguson
Browse files

Fixed a bug in Ref.

Added new files to VS project.
parent 5f7b41ec
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ Ref<T>::operator T*() const {
template <class T>
T& Ref<T>::operator*() const {
return _object;
return *_object;
}
template <class T>
......
......@@ -825,6 +825,9 @@
<File
RelativePath=".\gen\hkTriangle.cpp">
</File>
<File
RelativePath=".\gen\LimitedHingeDescriptor.cpp">
</File>
<File
RelativePath=".\gen\LODRange.cpp">
</File>
......@@ -849,6 +852,9 @@
<File
RelativePath=".\gen\QuaternionXYZW.cpp">
</File>
<File
RelativePath=".\gen\RagDollDescriptor.cpp">
</File>
<File
RelativePath=".\gen\ShaderTexDesc.cpp">
</File>
......@@ -1579,6 +1585,9 @@
<File
RelativePath=".\gen\KeyGroup.h">
</File>
<File
RelativePath=".\gen\LimitedHingeDescriptor.h">
</File>
<File
RelativePath=".\gen\LODRange.h">
</File>
......@@ -1603,6 +1612,9 @@
<File
RelativePath=".\gen\QuaternionXYZW.h">
</File>
<File
RelativePath=".\gen\RagDollDescriptor.h">
</File>
<File
RelativePath=".\gen\RotationKeyArray.h">
</File>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment