This commit is contained in:
Nick Fisher
2025-03-17 16:52:32 +08:00
parent 74502ba5b3
commit a0e1971958

View File

@@ -366,7 +366,6 @@ namespace thermion
if (callbackPtr)
{
Log("NON NULL CLLABCK");
void (*callback)(void) = (void (*)(void))callbackPtr;
callback();
}