From a6ff80872ce9cfffa69b922d88fc47b3d1398a67 Mon Sep 17 00:00:00 2001 From: clementlandrin Date: Tue, 3 Dec 2024 14:29:19 +0100 Subject: [PATCH] Remove misleading commentary. --- hxd/impl/FIFOBufferAllocator.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hxd/impl/FIFOBufferAllocator.hx b/hxd/impl/FIFOBufferAllocator.hx index 5f33db69e..da18859ce 100644 --- a/hxd/impl/FIFOBufferAllocator.hx +++ b/hxd/impl/FIFOBufferAllocator.hx @@ -60,7 +60,7 @@ class FIFOBufferAllocator extends Allocator { var curMemory : Int = 0; /** - * How long do we keep some buffer than hasn't been used in memory (in frames, default 60 * 60) + * How long do we keep some buffer than hasn't been used in memory (in frames) **/ public var maxKeepFrame(default, set) : Int = 60 * 10; public function set_maxKeepFrame(v) {