Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
Changes:
- Rendering: CreateNewRenderTable - default RenderTable did return bool instead of integer for FadeOut_Shape -> fixed (thnx to aurelien)
  • Loading branch information
mespotine committed Nov 18, 2022
1 parent 07183de commit 3693427
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4392,7 +4392,7 @@ Normalize_Only_Files_Too_Loud, FadeIn_Enabled, FadeIn, FadeIn_Shape, FadeOut_Ena
RenderTable["FadeIn_Shape"]=0
RenderTable["FadeOut_Enabled"]=false
RenderTable["FadeOut"]=0
RenderTable["FadeOut_Shape"]=false
RenderTable["FadeOut_Shape"]=0

-- set all attributes passed via parameters
if AddToProj~=nil then RenderTable["AddToProj"]=AddToProj end
Expand Down
Binary file modified ultraschall_api4.7.zip
Binary file not shown.

0 comments on commit 3693427

Please sign in to comment.