Instrument D_Display

This commit is contained in:
Eidolon 2023-09-18 16:44:35 -05:00
parent 686150875c
commit b5d606a7f3

View file

@ -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)