Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/vertexarray.cc')
-rw-r--r--src/model/vertexarray.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/vertexarray.cc b/src/model/vertexarray.cc
index 420e816..d13fc0c 100644
--- a/src/model/vertexarray.cc
+++ b/src/model/vertexarray.cc
@@ -25,8 +25,8 @@ VertexArray::VertexArray(size_t size)
vertex_normal = (float *) malloc(vertex_size * sizeof(float));
vertex_texture = (float *) malloc(vertex_size * sizeof(float));
- con_print << "Initializing vertex array..." << std::endl;
- con_debug << " " << size << " Mb allocated" << std::endl;
+ con_print << "^BInitializing vertex array..." << std::endl;
+ con_print << " " << size << " Mb allocated" << std::endl;
clear();
}