summaryrefslogtreecommitdiff
path: root/src/content/vfx/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/vfx/mod.rs')
-rw-r--r--src/content/vfx/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/vfx/mod.rs b/src/content/vfx/mod.rs
index 8843bf1..c02bea6 100644
--- a/src/content/vfx/mod.rs
+++ b/src/content/vfx/mod.rs
@@ -13,7 +13,7 @@ pub struct VfxMaterialDef {
static MATERIALS: [VfxMaterialDef; 1] = [VfxMaterialDef {
name: "Tracer",
color: (0xFF, 0xAA, 0xAA, 0xFF),
- length: 15.0,
+ length: 10.0,
}];
impl VfxMaterialId {