mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Fixed scope of full path
This commit is contained in:
@@ -6,7 +6,7 @@ extension Path
|
||||
{
|
||||
public static mixin GetScopedFullPath(String path)
|
||||
{
|
||||
String fullPath = scope String(Path.MaxPath);
|
||||
String fullPath = scope:: String(Path.MaxPath);
|
||||
Path.GetFullPath(path, fullPath);
|
||||
|
||||
fullPath
|
||||
|
||||
Reference in New Issue
Block a user