mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
- removed dead timerUninit call
This commit is contained in:
parent
198ed45357
commit
9687facc88
2 changed files with 0 additions and 2 deletions
|
@ -4175,7 +4175,6 @@ void G_InitTimer(int32_t ticspersec)
|
|||
{
|
||||
if (g_timerTicsPerSecond != ticspersec)
|
||||
{
|
||||
timerUninit();
|
||||
timerInit(ticspersec);
|
||||
g_timerTicsPerSecond = ticspersec;
|
||||
}
|
||||
|
|
|
@ -5705,7 +5705,6 @@ void G_InitTimer(int32_t ticspersec)
|
|||
{
|
||||
if (g_timerTicsPerSecond != ticspersec)
|
||||
{
|
||||
timerUninit();
|
||||
timerInit(ticspersec);
|
||||
g_timerTicsPerSecond = ticspersec;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue