1
0
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:
f4exb
2021-07-15 10:03:09 +02:00
parent fe923a5813
commit 95923e8b8d
2 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
Projector::Projector(ProjectionType projectionType) :
m_projectionType(projectionType),
m_prevArg(0.0f),
m_cache(0),
m_cache(nullptr),
m_cacheMaster(true)
{
}