EgtMachKernel :

- i movimenti in rapido sono disegnati tratteggiati.
This commit is contained in:
DarioS
2023-07-10 11:17:59 +02:00
parent 01854f30ed
commit 9b5adeaeb3
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -149,6 +149,8 @@ CamData::SetOwner( int nId, IGeomDB* pGDB)
{
m_nOwnerId = nId ;
m_pGeomDB = pGDB ;
if ( m_pGeomDB != nullptr)
m_pGeomDB->SetStipple( m_nOwnerId, ( m_nMove == 0 ? 3 : 0), 0x8C8C) ;
return ( m_nOwnerId != GDB_ID_NULL && m_pGeomDB != nullptr) ;
}