mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-07-18 19:41:54 +08:00
Update to Beef 0.24.4
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user