mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
* BugFix: Correct 3 missing defines in the GCC types include file.
* BugFix: Move several compiledEval declarations around to resolve ordering issues. * BugFix: Experimentally remove the reference on an engineAPI template function to allow parameter types to match.
This commit is contained in:
parent
464cb7ae29
commit
6ad2876504
3 changed files with 64 additions and 61 deletions
|
|
@ -292,7 +292,7 @@ struct EngineUnmarshallData< void >
|
|||
template<>
|
||||
struct EngineUnmarshallData< ConsoleValue >
|
||||
{
|
||||
ConsoleValue operator()( ConsoleValue &ref ) const
|
||||
ConsoleValue operator()( ConsoleValue ref ) const
|
||||
{
|
||||
return std::move(ref);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue