mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 10:27:40 +00:00
Nearly match DolphinCTexture and various cleanups
Former-commit-id: 76f3ff2603441ac6aa39fa009e7f466e84c8bc56
This commit is contained in:
@@ -35,7 +35,6 @@ public:
|
||||
single_ptr& Set(T* ptr);
|
||||
};
|
||||
|
||||
|
||||
template < typename T >
|
||||
single_ptr< T >& single_ptr< T >::Set(T* ptr) {
|
||||
return *this = ptr;
|
||||
|
||||
Reference in New Issue
Block a user