Initial checkin of v1.04 - KTX file format support, basic ETC1 compression/decompression, Linux makefile with proper gcc options, lots of high-level improvements to get crnlib into a state where I can more easily add additional formats.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace crnlib
|
||||
if (INVALID_HANDLE_VALUE != cons)
|
||||
SetConsoleTextAttribute(cons, (WORD)attr);
|
||||
|
||||
if (console::get_prefixes())
|
||||
if ((console::get_prefixes()) && (console::get_at_beginning_of_line()))
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
@@ -85,7 +85,7 @@ namespace crnlib
|
||||
if (console::get_output_disabled())
|
||||
return true;
|
||||
|
||||
if (console::get_prefixes())
|
||||
if ((console::get_prefixes()) && (console::get_at_beginning_of_line()))
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user