mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-12 16:58:39 +00:00
Added MaterialItem conversion from old content type namespace to new
This commit is contained in:
parent
306bb66790
commit
d6a9bec843
6 changed files with 63 additions and 34 deletions
|
@ -136,7 +136,7 @@ public:
|
|||
virtual void serialize(std::ostream &os)
|
||||
{
|
||||
//os.imbue(std::locale("C"));
|
||||
os<<getName();
|
||||
os<<"MaterialItem2";
|
||||
os<<" ";
|
||||
os<<(unsigned int)m_content;
|
||||
os<<" ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue