Update to Beef 0.24.4

This commit is contained in:
Matt Thorson
2020-05-20 11:46:25 -07:00
parent 17fc10eb7c
commit 59a2eaaed6
5 changed files with 42 additions and 25 deletions

View File

@ -49,7 +49,7 @@ namespace Strawberry
[Inline]
static public void Log<T>(T v)
{
String string = scope String;
String string = scope String();
v.ToString(string);
Debug.WriteLine(string);
}