mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 15:40:29 +01:00
Removed parameter from DebugGraphics.LoopToDrawDebugGraphics method.
This commit is contained in:
parent
801eca2cb2
commit
2581ce666d
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ namespace SceneManager
|
|||
{
|
||||
GameFiber.StartNew(() =>
|
||||
{
|
||||
DebugGraphics.LoopToDrawDebugGraphics(debugGraphics, path);
|
||||
DebugGraphics.LoopToDrawDebugGraphics(path);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue