diff --git a/patch.aul.txt b/patch.aul.txt index fbf37872..91ae8093 100644 --- a/patch.aul.txt +++ b/patch.aul.txt @@ -1,4 +1,4 @@ -patch.aul r38 +patch.aul r39 Copyright (c) 2021-2022 ePi https://scrapbox.io/ePi5131/patch.aul @@ -196,7 +196,7 @@ https://scrapbox.io/ePi5131/patch.aul Lua追加要素詳細 _PATCH patch.aulのバージョン情報 - 現在は "patch.aul r38" という文字列が格納されている + 現在は "patch.aul r39" という文字列が格納されている obj.randex(seed,frame) seed : integer @@ -371,3 +371,6 @@ Lua追加要素詳細 r38 OpenCLの要求バージョンが上がっていたのを修正2 + + r39 + 方向ブラーの高速化のバグを修正 diff --git a/patch/macro.h b/patch/macro.h index f1a3209f..8d452c2c 100644 --- a/patch/macro.h +++ b/patch/macro.h @@ -94,7 +94,7 @@ #endif //define PATCH_SWITCH_FAST #else // ifdef PATCH_INTERNAL -#define PATCH_VERSION_STR "r38" +#define PATCH_VERSION_STR "r39" #define PATCH_SWITCH_EXCEPTION_LOG #define PATCH_SWITCH_SYSINFO_MODIFY