From 5ceb4694a05ec68b5cfba18b0f25ba804be88a80 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 12 May 2008 18:32:15 +0000 Subject: console colors --- src/model/vertexarray.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/model') 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(); } -- cgit v1.2.3