mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
fixed_typemap.hpp: reset creation index to avoid confusion
This commit is contained in:
parent
4474757162
commit
08ab9c4b04
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue