Skip to content

Commit ebd7985

Browse files
committed
[Sg] using static buffer layout EqualityComparer in ManagedPool
1 parent 6c98d22 commit ebd7985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aardvark.SceneGraph/Pools/ManagedPool.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ and ManagedPool(runtime : IRuntime, signature : GeometrySignature,
163163
static let zero : byte[] = Array.zeroCreate 4096
164164

165165

166-
let cmp = { new IEqualityComparer<obj> with
166+
static let cmp = { new IEqualityComparer<obj> with
167167

168168
// NOTE: SymbolDict enumeration only guaranteed to be equal when created "identical" (order of inserts, resizes, capacity, ...)
169169
// GetHashCode -> build sum of key and value hashes

0 commit comments

Comments
 (0)