mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-21 05:45:10 +00:00
fix typos and mispalced spaces
This commit is contained in:
@@ -44,7 +44,7 @@ namespace RAY::Drawables::Drawables3D {
|
||||
Model& operator=(const Model &model) = default;
|
||||
|
||||
//! @brief Model destructor, model's data will be deleted if it's the last entity alive
|
||||
~Model() = default;
|
||||
~Model() override = default;
|
||||
|
||||
//! @brief Unload model (excluding meshes) from memory (RAM and/or VRAM)
|
||||
bool unloadKeepMeshes();
|
||||
|
||||
Reference in New Issue
Block a user