Remove trailing spaces

This commit is contained in:
Ray
2023-03-13 12:08:23 +01:00
parent 393b0d1a80
commit a7f81b06b9
5 changed files with 18 additions and 15 deletions

View File

@@ -1117,8 +1117,8 @@ bool IsModelReady(Model model)
(model.meshMaterial != NULL) && // Validate mesh-material linkage
(model.meshCount > 0) && // Validate mesh count
(model.materialCount > 0)); // Validate material count
// NOTE: This is a very general model validation, many elements could be validated from a model...
// NOTE: This is a very general model validation, many elements could be validated from a model...
}
// Unload model (meshes/materials) from memory (RAM and/or VRAM)