mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/sequence][apps/graph] Keep the angle unit version in snapshot
Change-Id: Ib907531c78feae6ba8155ae3be3b8fb13fdebea2
This commit is contained in:
@@ -9,7 +9,8 @@ FunctionApp::Snapshot::Snapshot() :
|
||||
m_cursor(),
|
||||
m_interval(),
|
||||
m_modelVersion(0),
|
||||
m_rangeVersion(0)
|
||||
m_rangeVersion(0),
|
||||
m_angleUnitVersion(Expression::AngleUnit::Radian)
|
||||
{
|
||||
m_interval.setStart(0);
|
||||
m_interval.setEnd(10);
|
||||
@@ -28,6 +29,10 @@ uint32_t * FunctionApp::Snapshot::rangeVersion() {
|
||||
return &m_rangeVersion;
|
||||
}
|
||||
|
||||
Expression::AngleUnit * FunctionApp::Snapshot::angleUnitVersion() {
|
||||
return &m_angleUnitVersion;
|
||||
}
|
||||
|
||||
Interval * FunctionApp::Snapshot::interval() {
|
||||
return &m_interval;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user