early-access version 3663

This commit is contained in:
pineappleEA
2023-06-13 01:03:27 +02:00
parent b2a70f6f9b
commit 429a1a7fb1
86 changed files with 500 additions and 456 deletions
+4 -1
View File
@@ -117,7 +117,10 @@ private:
class OutputParcel final {
public:
OutputParcel() = default;
OutputParcel() {
m_data_buffer.reserve(0x1000);
m_object_buffer.reserve(0x100);
}
template <typename T>
void Write(const T& val) {