libprimis icon indicating copy to clipboard operation
libprimis copied to clipboard

Rename gravity fxn parameters in renderparticles.cpp

Open no-lex opened this issue 4 years ago • 0 comments

These parameters called gravity are confusing as they invoke similarities to the global gravity var with which it does not relate.

https://github.com/project-imprimis/libprimis/blob/66da336e8deee57857f19cada2693d1f1e72a257/src/engine/render/renderparticles.cpp#L1238-L1366

Replacing these instances with something like "partgravity" or the like that implies not being directly related to player gravity (the global var) would make things slightly clearer.

no-lex avatar Aug 16 '20 03:08 no-lex