mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
fix to the previous commit
This commit is contained in:
parent
ea69a49a7b
commit
96e09703ba
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
TODO: A setting for enabling bilinear filtering for textures
|
||||
|
||||
TODO: Better control of draw_control.wanted_max_blocks
|
||||
|
||||
Configuration:
|
||||
--------------
|
||||
|
||||
|
@ -1412,7 +1414,7 @@ int main(int argc, char *argv[])
|
|||
#ifdef NDEBUG
|
||||
catch(std::exception &e)
|
||||
{
|
||||
narrow_message = "Some exception, what()=\"";
|
||||
std::string narrow_message = "Some exception, what()=\"";
|
||||
narrow_message += e.what();
|
||||
narrow_message += "\"";
|
||||
dstream<<DTIME<<narrow_message<<std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue