fix typos and mispalced spaces

This commit is contained in:
arthur.jamet
2021-06-01 11:41:09 +02:00
parent 8b5208ddbf
commit fd94bd41d3
4 changed files with 6 additions and 6 deletions

View File

@@ -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();