mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 23:35:41 -04:00
Misc: Linux build fix
This commit is contained in:
parent
60e27a105c
commit
e14bf95043
@ -99,8 +99,6 @@ public:
|
|||||||
|
|
||||||
void Start(const ImVec2& start_value, const ImVec2& end_value, float duration)
|
void Start(const ImVec2& start_value, const ImVec2& end_value, float duration)
|
||||||
{
|
{
|
||||||
if (start_value.x > 100000.0)
|
|
||||||
__debugbreak();
|
|
||||||
m_current_value = start_value;
|
m_current_value = start_value;
|
||||||
m_start_value = start_value;
|
m_start_value = start_value;
|
||||||
m_end_value = end_value;
|
m_end_value = end_value;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user