We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calling delete particle changes the _particles vector (due to how the CMiniMem::Deallocate is implemented) thus invalidating the loop iterator.
delete particle
_particles
CMiniMem::Deallocate
halflife-updated/cl_dll/particleman/CMiniMem.cpp
Lines 213 to 217 in d2da2f1
To reproduce create some particles and change map while particles still exist.
The text was updated successfully, but these errors were encountered:
bro how did you open the .exe file I couldn't see it on windows ! lmk if you have the same isssue
Sorry, something went wrong.
No branches or pull requests
Calling
delete particle
changes the_particles
vector (due to how theCMiniMem::Deallocate
is implemented) thus invalidating the loop iterator.halflife-updated/cl_dll/particleman/CMiniMem.cpp
Lines 213 to 217 in d2da2f1
To reproduce create some particles and change map while particles still exist.
The text was updated successfully, but these errors were encountered: