dont write out PNGs

This commit is contained in:
Chris Forbes
2009-11-29 12:09:39 +13:00
parent 52dae08517
commit 92ea168926
3 changed files with 78 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ namespace OpenRa.Game
{
static class Log
{
static StreamWriter writer = File.CreateText("../../../log.txt");
static StreamWriter writer = File.CreateText("log.txt");
static Log()
{