mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-02 20:10:32 +00:00
Compilation fixes for C++20
This commit is contained in:
parent
e16351605b
commit
1940becb2d
40 changed files with 220 additions and 211 deletions
|
|
@ -443,7 +443,7 @@ bool afxMagicMissileData::onAdd()
|
|||
{
|
||||
// Tokenize input string and convert to Point3F array
|
||||
//
|
||||
Vector<char*> dataBlocks(__FILE__, __LINE__);
|
||||
Vector<String> dataBlocks(__FILE__, __LINE__);
|
||||
|
||||
// make a copy of points_string
|
||||
dsize_t tokCopyLen = dStrlen(wiggle_axis_string) + 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue