Skip to content

Commit

Permalink
Remove misleading commentary.
Browse files Browse the repository at this point in the history
  • Loading branch information
clementlandrin committed Dec 3, 2024
1 parent 09875ee commit a6ff808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hxd/impl/FIFOBufferAllocator.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a6ff808

Please sign in to comment.