Siv3D / OpenSiv3D

C++20 framework for creative coding 🎮🎨🎹 / Cross-platform support (Windows, macOS, Linux, and the Web)
https://siv3d.github.io/
MIT License
1k stars 138 forks source link

MultiPolygonにおける範囲for文の*thisをm_dataへ変更(#1188) #1189

Closed Ogame3334 closed 7 months ago

Ogame3334 commented 7 months ago

MultiPolygonにて最適化無しの際の関数呼び出しを削減するため、for(auto& polygon : *this)for(auto& polygon : m_data)に変更。(#1188 )

Reputeless commented 7 months ago

Merged. Thanks!