OutpostUniverse / OP2MapImager

Render images of Outpost 2 maps using a Windows based console application.
https://wiki.outpost2.net/doku.php?id=outpost_2:helper_programs:map_imager
1 stars 0 forks source link

Remove Debug Pause Function #23

Closed Brett208 closed 5 years ago

Brett208 commented 5 years ago

Visual Studio automatically pauses application at completion by default now.

Brett208 commented 5 years ago

Yeah, they added a new property to Visual Studio that I noticed about a year ago under debug. This allows pausing after running the application or not pausing. Because this property exists now, there is no reason to manually add a pause in source code.