Fix compilation
This commit is contained in:
@@ -329,7 +329,7 @@ namespace Nz
|
|||||||
ss << "Index out of range: (" << i << " >= " << BoxCorner_Max << ")";
|
ss << "Index out of range: (" << i << " >= " << BoxCorner_Max << ")";
|
||||||
|
|
||||||
NazaraError(ss);
|
NazaraError(ss);
|
||||||
throw std::out_of_range(ss.ToString());
|
throw std::out_of_range(ss.ToString().ToStdString());
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user