mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
Fix space being prepended to randomize type
This commit is contained in:
parent
1774001598
commit
ff02491e08
@ -372,7 +372,7 @@ namespace
|
|||||||
{
|
{
|
||||||
assert(enumValueCount <= 32u);
|
assert(enumValueCount <= 32u);
|
||||||
std::ostringstream ss;
|
std::ostringstream ss;
|
||||||
auto first = false;
|
auto first = true;
|
||||||
for (auto i = 0u; i < enumValueCount; i++)
|
for (auto i = 0u; i < enumValueCount; i++)
|
||||||
{
|
{
|
||||||
const auto flagValue = 1u << i;
|
const auto flagValue = 1u << i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user