mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Fix for invalid use of assign() in new rdcstr interface
* This will go away with the serialise refactor, but is currently broken
This commit is contained in:
@@ -523,7 +523,7 @@ public:
|
||||
}
|
||||
else
|
||||
{
|
||||
el.assign(NULL, sz);
|
||||
el.resize((size_t)sz);
|
||||
for(int32_t i = 0; i < sz; i++)
|
||||
Serialise("", el[i]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user