mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-31 12:00:25 -07:00
Moved grayscale effect to the gpu and replaced some texture loads (#221)
This commit is contained in:
parent
ffa4a11148
commit
1f3a6b928f
15 changed files with 126 additions and 59 deletions
|
@ -56,8 +56,6 @@ void TransitionCircle_Start(void* thisx) {
|
|||
break;
|
||||
}
|
||||
|
||||
this->texture = ResourceMgr_LoadTexByName(this->texture);
|
||||
|
||||
if (this->speed == 0) {
|
||||
this->step = 0x14;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue