mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-22 12:25:23 +02:00
Revert "Optimize raycast performance (#15233)"
This reverts commit f7a695c212
.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user