mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Replace PP with direct printing
This commit is contained in:
parent
de77fe8ade
commit
3b74cc4a41
18 changed files with 110 additions and 109 deletions
|
@ -27,7 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "mapnode.h"
|
||||
#include <set>
|
||||
#include <list>
|
||||
#include "util/basic_macros.h"
|
||||
#include "irrlicht_changes/printing.h"
|
||||
|
||||
class NodeDefManager;
|
||||
|
||||
|
@ -339,7 +339,7 @@ public:
|
|||
*/
|
||||
void print(std::ostream &o) const
|
||||
{
|
||||
o << PP(MinEdge) << PP(MaxEdge) << "="
|
||||
o << MinEdge << MaxEdge << "="
|
||||
<< m_cache_extent.X << "x" << m_cache_extent.Y << "x" << m_cache_extent.Z
|
||||
<< "=" << getVolume();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue