Remove gnFrameCounter which is seemingly the same as GlobalCounter

This commit is contained in:
Lwmte 2021-08-02 11:25:53 +03:00
parent 551982d453
commit d24f30452e
4 changed files with 1 additions and 5 deletions

View file

@ -71,7 +71,6 @@ namespace T5M::Renderer {
} while (i);
}
GnFrameCounter++;
return nf;
}