mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-01 12:43:33 +00:00
Instrument D_Display
This commit is contained in:
parent
686150875c
commit
b5d606a7f3
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,8 @@
|
|||
/// plus functions to parse command line parameters, configure game
|
||||
/// parameters, and call the startup functions.
|
||||
|
||||
#include <tracy/tracy/Tracy.hpp>
|
||||
|
||||
#if (defined (__unix__) && !defined (MSDOS)) || defined(__APPLE__) || defined (UNIXCOMMON)
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
|
|
@ -337,6 +339,8 @@ static void D_Display(void)
|
|||
INT32 wipedefindex = 0;
|
||||
UINT8 i;
|
||||
|
||||
ZoneScoped;
|
||||
|
||||
if (!dedicated)
|
||||
{
|
||||
if (nodrawers)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue