mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-12 16:58:39 +00:00
Optimize draw3DBox generic case
This commit is contained in:
parent
4e2ca05f08
commit
0614b175b5
3 changed files with 10 additions and 76 deletions
|
@ -170,9 +170,6 @@ public:
|
|||
const core::position2d<s32> &end,
|
||||
SColor color = SColor(255, 255, 255, 255)) override;
|
||||
|
||||
//! Draws a 3d box
|
||||
void draw3DBox(const core::aabbox3d<f32> &box, SColor color = SColor(255, 255, 255, 255)) override;
|
||||
|
||||
//! Draws a 3d line.
|
||||
virtual void draw3DLine(const core::vector3df &start,
|
||||
const core::vector3df &end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue