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 e11a800 commit 1b804c6Copy full SHA for 1b804c6
Projects/Metrics/Program.fs
@@ -100,7 +100,7 @@ type MyGameDispatcher () =
100
#else
101
inherit GameDispatcher ()
102
103
- static let Positions = // 40,000 entities (goal: 60FPS, current 55FPS)
+ static let Positions = // 40,000 entities (goal: 60FPS, current 45FPS)
104
[|for i in 0 .. dec 50 do
105
for j in 0 .. dec 50 do
106
for k in 0 .. dec 16 do
0 commit comments