mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-09 04:30:49 -04:00
fix StageOffsetPtrT -> overload
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ struct StageOffsetPtrT {
|
||||
}
|
||||
|
||||
T* operator->() {
|
||||
return (T*) this;
|
||||
return (T*) value;
|
||||
}
|
||||
|
||||
operator T*() const {
|
||||
|
||||
Reference in New Issue
Block a user