improve animation panel
This commit is contained in:
@@ -119,3 +119,8 @@ float NodeComboBox::get_float() const noexcept
|
||||
{
|
||||
return std::stof(m_data[m_current_index]);
|
||||
}
|
||||
|
||||
int NodeComboBox::get_int() const noexcept
|
||||
{
|
||||
return std::stoi(m_data[m_current_index]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user