mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fix win32/msvc i18n (quite UGLY version, blame Microsoft)
This commit is contained in:
@@ -197,6 +197,7 @@ public:
|
||||
else
|
||||
data = NULL;
|
||||
refcount = new unsigned int;
|
||||
memset(data,0,sizeof(T)*m_size);
|
||||
(*refcount) = 1;
|
||||
}
|
||||
SharedBuffer(const SharedBuffer &buffer)
|
||||
|
Reference in New Issue
Block a user