1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Revert "Optimize raycast performance (#15233)"

This reverts commit f7a695c212.
This commit is contained in:
Lars Müller 2024-12-14 18:50:21 +01:00
parent 52a6673dab
commit f99a1a7c7c
4 changed files with 0 additions and 25 deletions

View file

@ -425,8 +425,6 @@ struct ContentFeatures
NodeBox node_box;
NodeBox selection_box;
NodeBox collision_box;
//! Whether any selection box extent is > BS/2.
bool has_big_selection_box;
// --- SOUND PROPERTIES ---
@ -776,9 +774,6 @@ private:
*/
void fixSelectionBoxIntUnion();
//! Calculates ContentFeatures::&has_big_selection_box
void calcBigSelectionBox(content_t id, const ContentFeatures &def);
//! Features indexed by ID.
std::vector<ContentFeatures> m_content_features;