Reamed Bounds -> Viewport in comments

This commit is contained in:
Tig
2024-03-14 07:39:12 -08:00
parent f6ff36968e
commit 3a40dec249
34 changed files with 140 additions and 140 deletions

View File

@@ -1123,7 +1123,7 @@ At 0,0
{
var idx = 0;
// BUGBUG: v2 - this should use Bounds, not Frame
// BUGBUG: v2 - this should use Viewport, not Frame
for (var r = 0; r < Frame.Height; r++)
{
for (var c = 0; c < Frame.Width; c++)