mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 00:23:59 +00:00
@@ -85,7 +85,7 @@ public:
|
||||
xc_items = nullptr;
|
||||
} else {
|
||||
reserve(other.size());
|
||||
uninitialized_copy(data(), other.data(), other.data() + other.size());
|
||||
uninitialized_copy(other.data(), other.data() + other.size(), data());
|
||||
x4_count = other.x4_count;
|
||||
}
|
||||
return *this;
|
||||
|
||||
Reference in New Issue
Block a user