fix typo
This commit is contained in:
@@ -38,7 +38,7 @@ void BackGround::draw()
|
||||
if (colorSet == 3)
|
||||
{
|
||||
ClearBackground(BackGroundColors::backGroundColor);
|
||||
drawStarts();
|
||||
drawStars();
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -51,7 +51,7 @@ void BackGround::draw()
|
||||
drawMounten(23, (int)(mounten3min * size), (int)(mounten3max * size), BackGroundColors::MountenColor3);
|
||||
}
|
||||
|
||||
void BackGround::drawStarts()
|
||||
void BackGround::drawStars()
|
||||
{
|
||||
rlSetTexture(1);
|
||||
rlBegin(RL_TRIANGLES);
|
||||
|
||||
Reference in New Issue
Block a user