Skip to content

Commit 1b804c6

Browse files
committed
Updated metrics time due to recent introduction of need to traverse through nodes occupied by omnipresent elements.
1 parent e11a800 commit 1b804c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/Metrics/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ type MyGameDispatcher () =
100100
#else
101101
inherit GameDispatcher ()
102102

103-
static let Positions = // 40,000 entities (goal: 60FPS, current 55FPS)
103+
static let Positions = // 40,000 entities (goal: 60FPS, current 45FPS)
104104
[|for i in 0 .. dec 50 do
105105
for j in 0 .. dec 50 do
106106
for k in 0 .. dec 16 do

0 commit comments

Comments
 (0)