ignore
parent
f821c7c8d1
commit
709db71827
|
@ -78,7 +78,7 @@ namespace blt::gfx
|
|||
|
||||
inline void drawRectangle(std::string_view texture, const rectangle2d_t& rectangle)
|
||||
{
|
||||
const static blt::vec4 empty{0, 0, 0, 0};
|
||||
const static blt::vec4 empty{0, 0, 0, 1};
|
||||
const static blt::vec4 full{1, 1, 1, 1};
|
||||
complex_rectangles[texture][empty][full].push_back(rectangle);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue