TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ Draw()

override void Terraria.Main.Draw ( GameTime gameTime)
inlineprotected

Definition at line 78009 of file Main.cs.

78010 {
78011 try
78012 {
78014 }
78015 catch (Exception e)
78016 {
78017 Logging.Terraria.Error((object)e);
78018 throw;
78019 }
78020 }
void Draw_Inner(GameTime gameTime)
Definition Main.cs:78022

References Terraria.Main.Draw_Inner(), and Terraria.ModLoader.Logging.Terraria.

+ Here is the call graph for this function: