Skip to content

Commit

Permalink
r36
Browse files Browse the repository at this point in the history
  • Loading branch information
ePi5131 committed Jun 15, 2022
1 parent e32ef11 commit 44b9b4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions patch.aul.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
patch.aul r35
patch.aul r36
Copyright (c) 2021-2022 ePi
https://scrapbox.io/ePi5131/patch.aul

Expand Down Expand Up @@ -196,7 +196,7 @@ https://scrapbox.io/ePi5131/patch.aul
Lua追加要素詳細
_PATCH
patch.aulのバージョン情報
現在は "patch.aul r35" という文字列が格納されている
現在は "patch.aul r36" という文字列が格納されている

obj.randex(seed,frame)
seed : integer
Expand Down Expand Up @@ -362,3 +362,6 @@ Lua追加要素詳細
小さい画像に対してサイズ固定で範囲の大きいレンズブラーを掛けると例外になるのを修正
拡張色変換のウィンドウが下のフィルタに被るのを修正
ビルド環境の変更(submoduleやNuGetを使うように)

r36
方向ブラー/放射ブラーの高速化のバグを修正
2 changes: 1 addition & 1 deletion patch/macro.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
#endif //define PATCH_SWITCH_FAST

#else // ifdef PATCH_INTERNAL
#define PATCH_VERSION_STR "r35"
#define PATCH_VERSION_STR "r36"

#define PATCH_SWITCH_EXCEPTION_LOG
#define PATCH_SWITCH_SYSINFO_MODIFY
Expand Down

0 comments on commit 44b9b4a

Please sign in to comment.