mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Simplified dispose function of DisposableComponents
This commit is contained in:
@@ -7,6 +7,6 @@ namespace GlitchyEngine.World
|
||||
* @Note This function will be called when the given component was removed from the entity
|
||||
* or when the entity itself was removed.
|
||||
*/
|
||||
static void DisposeComponent(void* component);
|
||||
void Dispose() mut;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user