mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-19 12:35:52 -04:00
Revert debugging code from previous commit.
This commit is contained in:
parent
0cc3d97ff6
commit
94171a52e7
@ -27,7 +27,6 @@ namespace ClassicalSharp.Gui {
|
||||
public override void Init() {
|
||||
float textScale = game.Drawer2D.UseBitmappedChat ? 1.25f : 1;
|
||||
int fontSize = (int)(12 * game.GuiChatScale * textScale);
|
||||
fontSize = Utils.CeilDiv( fontSize, 8 ) * 8;
|
||||
Utils.Clamp( ref fontSize, 8, 60 );
|
||||
chatFont = new Font( game.FontName, fontSize );
|
||||
chatBoldFont = new Font( game.FontName, fontSize, FontStyle.Bold );
|
||||
|
@ -42,7 +42,7 @@
|
||||
<DebugType>None</DebugType>
|
||||
<Optimize>True</Optimize>
|
||||
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
||||
<DefineConstants>TRACE;__MonoCS__</DefineConstants>
|
||||
<DefineConstants>TRACE;</DefineConstants>
|
||||
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
|
||||
<StartAction>Project</StartAction>
|
||||
</PropertyGroup>
|
||||
|
Loading…
x
Reference in New Issue
Block a user