Add OnCollisionLeave2D

This commit is contained in:
Simon Lübeß
2023-08-10 22:07:58 +02:00
parent b28ca14e15
commit 4e5d3cfd64
4 changed files with 86 additions and 4 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ static class ScriptEngine
String directory = scope .();
Path.GetDirectoryPath(_appAssemblyPath, directory);
if (_userAssemblyWatcher != null && _userAssemblyWatcher.Directory != directory)
if (_userAssemblyWatcher != null) // _userAssemblyWatcher.Directory != directory
{
delete _userAssemblyWatcher;
}