gcsim
gcsim copied to clipboard
Need consistency on status expiry
Need to go back and make sure it's consistent on what's considered expired and what's not
i.e. is it expiry <= core.F
or is it expiry < core.F
is the first frame 0 or 1?
First Frame is 0 therefore I believe it should be expiry < core.F
First Frame is 0 therefore I believe it should be
expiry < core.F
forgot to think about this. so why's it < core.F if start at 0? first frame actually -1 lol (sort of)