mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-09 09:25:07 -04:00
ScopeVis: never use projection cache. Fixes #872
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
Projector::Projector(ProjectionType projectionType) :
|
||||
m_projectionType(projectionType),
|
||||
m_prevArg(0.0f),
|
||||
m_cache(0),
|
||||
m_cache(nullptr),
|
||||
m_cacheMaster(true)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user