Tweaked error messages in logs
This commit is contained in:
parent
b01fab5b9c
commit
3844f654cb
@ -310,7 +310,7 @@ void Logger::logFatal(
|
|||||||
Args&&... args
|
Args&&... args
|
||||||
) {
|
) {
|
||||||
// Separator
|
// Separator
|
||||||
logDisk("=============================== CRASH LOGS ===============================");
|
logDisk("================================== CRASH LOGS ==================================");
|
||||||
|
|
||||||
logDisk(
|
logDisk(
|
||||||
module,
|
module,
|
||||||
@ -342,7 +342,7 @@ void Logger::merge(std::string_view source) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Logger::logSeparator() {
|
void Logger::logSeparator() {
|
||||||
logDisk("=========================================================================");
|
logDisk("================================================================================");
|
||||||
}
|
}
|
||||||
|
|
||||||
void Logger::clear() {
|
void Logger::clear() {
|
||||||
|
|||||||
@ -73,6 +73,8 @@ std::optional<std::vector<std::shared_ptr<MeshAsset>>> loadGltfMeshes(
|
|||||||
std::vector<uint32_t> indices;
|
std::vector<uint32_t> indices;
|
||||||
std::vector<Vertex> vertices;
|
std::vector<Vertex> vertices;
|
||||||
|
|
||||||
|
// Now, some gltf gymnastics to get data into the correct buffers.
|
||||||
|
|
||||||
|
|
||||||
// Debug things
|
// Debug things
|
||||||
return meshes;
|
return meshes;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user