mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-06 15:15:00 -06:00
fixed_typemap.hpp: reset creation index to avoid confusion
This commit is contained in:
parent
4474757162
commit
08ab9c4b04
@ -161,6 +161,9 @@ namespace stx
|
|||||||
destroy_reporter(all_data[i].name, all_data[i].created);
|
destroy_reporter(all_data[i].name, all_data[i].created);
|
||||||
all_data[i].destroy(*all_data[i].object_pointer);
|
all_data[i].destroy(*all_data[i].object_pointer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Reset creation order since it now may be printed
|
||||||
|
m_init_count = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Default initialize all objects if possible and not already initialized
|
// Default initialize all objects if possible and not already initialized
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user