From 21533ee06a883c1c6496f0eb52bd8509764b313a Mon Sep 17 00:00:00 2001 From: ePi Date: Thu, 16 Jun 2022 05:57:53 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=93=E3=82=8C=E3=81=AFr39?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- patch.aul.txt | 7 +++++-- patch/macro.h | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) 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