main
Brett 2024-01-18 14:14:13 -05:00
parent f821c7c8d1
commit 709db71827
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}