removed an old comment
parent
b82d3f2744
commit
eef7bc3570
|
@ -613,8 +613,6 @@ inline v3s16 arealim(v3s16 p, s16 d)
|
||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
|
|
||||||
// NOTE: There seems to be some problem with this on some systems:
|
|
||||||
// http://pastebin.com/vwJP2GZ6
|
|
||||||
inline std::wstring narrow_to_wide(const std::string& mbs)
|
inline std::wstring narrow_to_wide(const std::string& mbs)
|
||||||
{
|
{
|
||||||
size_t wcl = mbs.size();
|
size_t wcl = mbs.size();
|
||||||
|
|
Loading…
Reference in New Issue