add todo
This commit is contained in:
parent
b2070dbff2
commit
af0fd042d3
1 changed files with 2 additions and 0 deletions
2
main.py
2
main.py
|
@ -200,6 +200,8 @@ class Cheat(Hack):
|
|||
i = mem.read_int(
|
||||
entity + offset["m_iGlowIndex"]) * offset["glow_obj_size"]
|
||||
|
||||
# TODO: Reduce write call
|
||||
|
||||
# Change color glow
|
||||
mem.write_float(glow_obj_manager + i + offset["glow_R"], 1.)
|
||||
mem.write_float(glow_obj_manager + i + offset["glow_G"], 0.)
|
||||
|
|
Reference in a new issue