mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix all envelopes being saved as bezier
This commit is contained in:
parent
baffa8d817
commit
6705cccb72
|
@ -364,7 +364,7 @@ bool CEditorMap::Save(const char *pFileName)
|
|||
|
||||
// save points
|
||||
m_pEditor->Console()->Print(IConsole::OUTPUT_LEVEL_ADDINFO, "editor", "saving envelope points");
|
||||
bool BezierUsed = true;
|
||||
bool BezierUsed = false;
|
||||
for(const auto &pEnvelope : m_vpEnvelopes)
|
||||
{
|
||||
for(const auto &Point : pEnvelope->m_vPoints)
|
||||
|
|
Loading…
Reference in a new issue