mirror of
https://github.com/icaven/glm.git
synced 2025-12-06 16:56:56 +08:00
Added a return statement to remove a compiler warning
This commit is contained in:
parent
a1af57aaac
commit
50d3b3d045
@ -191,7 +191,7 @@ namespace detail
|
||||
typedef ValueType value_type;
|
||||
|
||||
struct Stub {};
|
||||
_swizzle_base2& operator= (const Stub& that) {}
|
||||
_swizzle_base2& operator= (const Stub& that) {return *this;}
|
||||
|
||||
value_type operator[] (size_t i) const
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user