We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5fa29 commit a8d0e89Copy full SHA for a8d0e89
Speculator/Speculator.Core/ZxDisplay.cs
@@ -118,7 +118,7 @@ public bool IsCrt
118
for (var i = 0; i < m_screenBuffer.Length; i++)
119
{
120
for (var j = 0; j < m_screenBuffer[0].Length; j++)
121
- m_grain[i][j] = m_isCrt ? new Vector3((float)(m_random.NextDouble() * 12.0)) : Vector3.Zero;
+ m_grain[i][j] = m_isCrt ? new Vector3((float)(m_random.NextDouble() * 10.0)) : Vector3.Zero;
122
}
123
124
m_didPixelsChange = true;
0 commit comments