Unstable 0.1400.0.0
This commit is contained in:
@@ -112,7 +112,7 @@ namespace Barotrauma
|
||||
GameMain.Instance.GraphicsDevice.Viewport = prevViewport;
|
||||
using (FileStream fs = File.Open("wikiimage.png", System.IO.FileMode.Create))
|
||||
{
|
||||
rt.SaveAsPng(fs, boundingBox.Width, boundingBox.Height);
|
||||
rt.SaveAsPng(fs, texWidth, texHeight);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user