chore: cleanup

This commit is contained in:
Nick Fisher
2024-09-30 18:20:30 +08:00
parent 50ed0bdfda
commit 8ddaf24a94
5 changed files with 1 additions and 21 deletions

View File

@@ -128,14 +128,7 @@ namespace thermion
: _resourceLoaderWrapper(resourceLoader)
{
_context = (void *)sharedContext;
if(!_context) {
Log("Creating, no shared context");
} else {
Log("Creating with shared context");
}
_context = (void *)sharedContext;
ASSERT_POSTCONDITION(_resourceLoaderWrapper != nullptr, "Resource loader must be non-null");