Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Aug 19, 2024
1 parent 319fe52 commit ccac04e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 19 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion packs/macros/CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000590
MANIFEST-000618
6 changes: 3 additions & 3 deletions packs/macros/LOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
2024/07/07-18:17:40.959 3fac Recovering log #587
2024/07/07-18:17:40.963 3fac Delete type=0 #587
2024/07/07-18:17:40.963 3fac Delete type=3 #585
2024/08/19-12:50:48.938 a88 Recovering log #616
2024/08/19-12:50:48.943 a88 Delete type=0 #616
2024/08/19-12:50:48.943 a88 Delete type=3 #614
21 changes: 7 additions & 14 deletions packs/macros/LOG.old
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
2024/06/30-15:58:47.828 780c Recovering log #584
2024/06/30-15:58:47.831 780c Delete type=0 #584
2024/06/30-15:58:47.831 780c Delete type=3 #583
2024/06/30-15:59:34.354 799c Level-0 table #588: started
2024/06/30-15:59:34.354 799c Level-0 table #588: 0 bytes OK
2024/06/30-15:59:34.356 799c Delete type=0 #586
2024/06/30-15:59:34.356 799c Manual compaction at level-0 from '!macros!0xkDU2f2dzJFeVj3' @ 72057594037927935 : 1 .. '!macros!Fqe8bYO5u9Izswqm' @ 0 : 0; will stop at '!macros!Fqe8bYO5u9Izswqm' @ 11 : 1
2024/06/30-15:59:34.356 799c Compacting 1@0 + 1@1 files
2024/06/30-15:59:34.357 799c Generated table #589@0: 4 keys, 1547 bytes
2024/06/30-15:59:34.357 799c Compacted 1@0 + 1@1 files => 1547 bytes
2024/06/30-15:59:34.358 799c compacted to: files[ 0 1 0 0 0 0 0 ]
2024/06/30-15:59:34.359 799c Delete type=2 #525
2024/06/30-15:59:34.359 799c Delete type=2 #577
2024/06/30-15:59:34.359 799c Manual compaction at level-0 from '!macros!Fqe8bYO5u9Izswqm' @ 11 : 1 .. '!macros!Fqe8bYO5u9Izswqm' @ 0 : 0; will stop at (end)
2024/07/17-17:27:08.353 2164 Recovering log #612
2024/07/17-17:27:08.356 2164 Delete type=0 #612
2024/07/17-17:27:08.356 2164 Delete type=3 #610
2024/07/17-20:16:28.845 7f08 Level-0 table #617: started
2024/07/17-20:16:28.845 7f08 Level-0 table #617: 0 bytes OK
2024/07/17-20:16:28.847 7f08 Delete type=0 #615
2024/07/17-20:16:28.860 7f08 Manual compaction at level-0 from '!macros!0xkDU2f2dzJFeVj3' @ 72057594037927935 : 1 .. '!macros!Fqe8bYO5u9Izswqm' @ 0 : 0; will stop at (end)
Binary file not shown.
3 changes: 2 additions & 1 deletion scripts/BloodSplatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ class BloodSplatterContainerManager{
constructor () {
this.defaultElevation = new TileDocument({width: 1, height: 1}).elevation;
if (this.defaultElevation == -Infinity) this.defaultElevation = -1e10;
this.sort = 1e10;
this.sort = 1e100;
this.containers = [];
}

Expand All @@ -460,6 +460,7 @@ class BloodSplatterContainerManager{
canvas.primary.addChild(container);
container.elevation = elevation;
container.sort = this.sort;
container.sortLayer = PrimaryCanvasGroup.SORT_LAYERS.TILES + 1;
this.containers.push(container);
Object.defineProperty(container, "visible", {
get: () => {
Expand Down

0 comments on commit ccac04e

Please sign in to comment.