From 8cda57e7166feaa806e12749387faa014828bf3b Mon Sep 17 00:00:00 2001 From: Fazana <52551480+FazanaJ@users.noreply.github.com> Date: Wed, 25 Aug 2021 19:05:07 +0100 Subject: [PATCH] Update config.h --- include/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/config.h b/include/config.h index 3345b5da..72bf0caa 100644 --- a/include/config.h +++ b/include/config.h @@ -101,7 +101,7 @@ //Adds multiple languages to the game. Just a placeholder for the most part, because it only works with EU, and must be enabled with EU. #define MULTILANG (0 || VERSION_EU) //Enables Puppy Camera 2, a rewritten camera that can be freely configured and modified. -#define PUPPYCAM +//#define PUPPYCAM // HACKER QOL @@ -116,8 +116,8 @@ // Custom debug mode. Press DPAD left to show the debug UI. Press DPAD right to enter the noclip mode. //#define CUSTOM_DEBUG // Include Puppyprint, a display library for text and large images. Also includes a custom, enhanced performance profiler. -#define PUPPYPRINT -#define PUPPYPRINT_DEBUG 1 +//#define PUPPYPRINT +#define PUPPYPRINT_DEBUG 0 //Visual debug enables some collision visuals. Tapping Right on the dpad will cycle between visual hitboxes, visual surfaces, both, and neither. //If puppyprint is enabled, then this can be cycled only while the screen is active. //#define VISUAL_DEBUG