mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
documentation and cleanup
This commit is contained in:
@@ -61,7 +61,7 @@ TEST(ECSTest, WorldScope) {
|
||||
ASSERT_NE(cPtr, nullptr);
|
||||
}
|
||||
|
||||
// Attempting to access this component now that the world has gone
|
||||
// out of scope should return nullptr
|
||||
// Attempting to access this component should return nullptr
|
||||
// now that the world has gone out of scope
|
||||
ASSERT_EQ(e->GetComponent<TestComponent>(), nullptr);
|
||||
}
|
||||
|
Reference in New Issue
Block a user