Add CMake build and cross-platform cleanup
This commit is contained in:
@@ -29,7 +29,7 @@ void SellSreenRow::Draw() const {
|
||||
// utils::SetColor(Colors::GREEN);
|
||||
// utils::DrawRect(Rectf { m_Pos, m_Size });
|
||||
}
|
||||
void SellSreenRow::Update(float elapsedSecs) {
|
||||
void SellSreenRow::Update(float) {
|
||||
// m_NameText->ChangeText("EXAMPLE");
|
||||
// m_CalculationText->ChangeText(std::to_string(m_Item.m_Quantity));
|
||||
GenerateCalcString();
|
||||
|
||||
Reference in New Issue
Block a user