Speedup for COBJMeshWriter

Avoiding some memory allocations.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6213 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
cutealien
2021-05-06 15:01:05 +00:00
parent 678e06baeb
commit e611f2c571
2 changed files with 10 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
--------------------------
Changes in 1.9 (not yet released)
- Speedup for COBJMeshWriter
- Add blinkMode parameter to IGUIEnvironment::addModalScreen, so blinking can be suppressed
- Speedup: Avoid string copy in CXMLReaderImpl::getAttributeByName
- Fix bug in rect::clipAgainst that had caused rects completely outside to the left-top of the rect to be clipped against ending up with both corners outside.