From c13d1adb2b0cdd802e35eab6b1a89d054e0cf4b2 Mon Sep 17 00:00:00 2001 From: Ricardo Antunes Date: Sun, 27 Aug 2023 10:12:53 +0100 Subject: [PATCH] fix(core): fix logging.cpp sample --- README.md | 5 ++--- core/samples/logging.cpp | 4 +--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bf6d8e2f7..f718fe9ad 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # **CUBOS.** Engine

- - + --> cubos. Engine logo - +

## Voxel based engine diff --git a/core/samples/logging.cpp b/core/samples/logging.cpp index beaaf66b9..5b4935b7f 100644 --- a/core/samples/logging.cpp +++ b/core/samples/logging.cpp @@ -7,11 +7,9 @@ /// [Debug wrapper include] #include -using data::Debug; +using namespace cubos::core::data; /// [Debug wrapper include] -#include - /// [Logger initialization] int main() {