mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[apps/shared] Change Interval construction values
This commit is contained in:
@@ -12,9 +12,6 @@ FunctionApp::Snapshot::Snapshot() :
|
||||
m_rangeVersion(0),
|
||||
m_angleUnitVersion(Preferences::AngleUnit::Radian)
|
||||
{
|
||||
m_interval.setStart(0);
|
||||
m_interval.setEnd(10);
|
||||
m_interval.setStep(1);
|
||||
}
|
||||
|
||||
void FunctionApp::Snapshot::reset() {
|
||||
|
||||
Reference in New Issue
Block a user