Add custom console and allow runtimes to set the config dir
This commit is contained in:
@@ -105,6 +105,8 @@ namespace Tesses::CrossLang
|
||||
}
|
||||
void TAssociativeArray::Mark()
|
||||
{
|
||||
if(this->marked) return;
|
||||
this->marked=true;
|
||||
for(auto& item : this->items)
|
||||
{
|
||||
GC::Mark(item.first);
|
||||
|
||||
Reference in New Issue
Block a user