fixed sqrt comp error
This commit is contained in:
parent
9e92d61b21
commit
8aa7c55a0d
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ namespace rl
|
|||
{
|
||||
#include <raylib.h>
|
||||
}
|
||||
#include <cmath>
|
||||
|
||||
|
||||
constexpr rl::Color sorter_colors[] = {
|
||||
|
|
Loading…
Reference in a new issue