-consistent color in console
This commit is contained in:
3
mini.cpp
3
mini.cpp
@@ -897,6 +897,9 @@ void debug(const char *str) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void pdebug() {
|
void pdebug() {
|
||||||
|
palette[0]=0x00000000;
|
||||||
|
palette[1]=0x0000ff00;
|
||||||
|
color(1);
|
||||||
int i=0;
|
int i=0;
|
||||||
for (int y=0; y<debug_num_lines;++y) {
|
for (int y=0; y<debug_num_lines;++y) {
|
||||||
for (int x=0; x<debug_line_size;++x) {
|
for (int x=0; x<debug_line_size;++x) {
|
||||||
|
|||||||
Reference in New Issue
Block a user