Skip to content

Commit

Permalink
r40
Browse files Browse the repository at this point in the history
  • Loading branch information
ePi5131 committed Jun 16, 2022
1 parent 6d6f8c1 commit 3b784ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions patch.aul.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
patch.aul r39
patch.aul r40
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 r39" という文字列が格納されている
現在は "patch.aul r40" という文字列が格納されている

obj.randex(seed,frame)
seed : integer
Expand Down Expand Up @@ -374,3 +374,7 @@ Lua追加要素詳細

r39
方向ブラーの高速化のバグを修正

r40
レンズブラーの高速化のバグを修正
タイムラインのアイテムが長すぎるときに描画色がおかしくなるのを修正
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 "r39"
#define PATCH_VERSION_STR "r40"

#define PATCH_SWITCH_EXCEPTION_LOG
#define PATCH_SWITCH_SYSINFO_MODIFY
Expand Down

0 comments on commit 3b784ca

Please sign in to comment.