fix to the previous commit
parent
ea69a49a7b
commit
96e09703ba
|
@ -162,6 +162,8 @@ SUGG: Draw cubes in inventory directly with 3D drawing commands, so that
|
||||||
SUGG: Option for enabling proper alpha channel for textures
|
SUGG: Option for enabling proper alpha channel for textures
|
||||||
TODO: A setting for enabling bilinear filtering for textures
|
TODO: A setting for enabling bilinear filtering for textures
|
||||||
|
|
||||||
|
TODO: Better control of draw_control.wanted_max_blocks
|
||||||
|
|
||||||
Configuration:
|
Configuration:
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
@ -1412,7 +1414,7 @@ int main(int argc, char *argv[])
|
||||||
#ifdef NDEBUG
|
#ifdef NDEBUG
|
||||||
catch(std::exception &e)
|
catch(std::exception &e)
|
||||||
{
|
{
|
||||||
narrow_message = "Some exception, what()=\"";
|
std::string narrow_message = "Some exception, what()=\"";
|
||||||
narrow_message += e.what();
|
narrow_message += e.what();
|
||||||
narrow_message += "\"";
|
narrow_message += "\"";
|
||||||
dstream<<DTIME<<narrow_message<<std::endl;
|
dstream<<DTIME<<narrow_message<<std::endl;
|
||||||
|
|
Loading…
Reference in New Issue