Skip to content

Commit e90a6a5

Browse files
committed
Fix gap.
1 parent 5a229a7 commit e90a6a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/striderdetriment.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ local loadingCanister = false
3737
local previousLoad = false
3838
local canisters = {
3939
{loaded = true, body = piece('canister1'), cap = piece('cap1'), gib = piece('canister1_merged'), hor = math.cos(-0.2618), vert = math.sin(-0.2618)},
40-
{loaded = true, body = piece('canister2'), cap = piece('cap2'), gib = piece('canister2_merged'), hor = 1, vert = 0.05}, -- Small vert for z-fighting
40+
{loaded = true, body = piece('canister2'), cap = piece('cap2'), gib = piece('canister2_merged'), hor = 1, vert = 0.01}, -- Small vert for z-fighting
4141
{loaded = true, body = piece('canister3'), cap = piece('cap3'), gib = piece('canister3_merged'), hor = math.cos(0.349), vert = math.sin(0.349)},
4242
}
4343
local EXTRUDE_SPEED = 0.21 * 120 / tonumber(UnitDefs[unitDefID].customParams.jump_reload)

0 commit comments

Comments
 (0)