mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Fix temporary buffer for scripting conversions.
This commit is contained in:
parent
478a04bea8
commit
c16b88d709
4 changed files with 32 additions and 7 deletions
|
|
@ -633,6 +633,7 @@ bool StandardMainLoop::doMainLoop()
|
|||
|
||||
ThreadPool::processMainThreadWorkItems();
|
||||
Sampler::endFrame();
|
||||
ConsoleValue::resetConversionBuffer();
|
||||
PROFILE_END_NAMED(MainLoop);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue