remove caaanactivateability

This commit is contained in:
Milxnor
2023-03-30 22:34:26 -04:00
parent a34b7ed6b2
commit 678a21b056
11 changed files with 176 additions and 91 deletions

View File

@@ -3,6 +3,7 @@
#include <locale>
#include "Array.h"
#include "log.h"
class FString
{
@@ -44,4 +45,14 @@ public:
{
Set(str);
}
~FString()
{
if (Data.Data)
{
// LOG_INFO(LogDev, "Deconstructing FString!");
}
// Free();
}
};