mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-22 09:11:21 +00:00
Make renderisnewtic is false between tics
I know what I'm doing! I swear
This commit is contained in:
parent
a41d042812
commit
dcbe929baa
1 changed files with 4 additions and 0 deletions
|
@ -829,6 +829,10 @@ void D_SRB2Loop(void)
|
|||
|
||||
renderisnewtic = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
renderisnewtic = false;
|
||||
}
|
||||
|
||||
if (interp)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue