version bump

This commit is contained in:
Sotirios Pupakis
2025-04-01 02:56:02 +02:00
parent a896a89d7e
commit e078d684c8
2 changed files with 7 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ exclude=[".vscode/**/*"]
[version] [version]
major=0 major=0
minor=1 minor=1
patch=8 patch=9
git_hash=0 git_hash=0

View File

@@ -1,15 +1,8 @@
class cfgSound3DProcessors { class cfgSound3DProcessors {
class tbd_m119Tail_3DProcessingType {
class tbd_m119Tail_3DProcessingType innerRange = 20;
{ range = 1000;
innerRange = 20; typer = "panner";
range = 1000; rangeCurve = "InverseSquare3Curve";
typer = "panner"; };
rangeCurve = "InverseSquare3Curve";
}; };
};