mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-26 00:14:33 -04:00
Fix const loop invariant issues (#2921)
* Fix const loop invariant issues by defining explicit operator= for structs * Fix J2DMatBlock weak func order
This commit is contained in:
@@ -396,8 +396,3 @@ u8 J2DMaterialFactory::newDither(int param_0) const {
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
J2DTevStage::J2DTevStage(J2DTevStageInfo const& param_0) {
|
||||
setTevStageInfo(param_0);
|
||||
setTevSwapModeInfo(j2dDefaultTevSwapMode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user