mirror of
https://github.com/halpz/re3.git
synced 2025-07-15 23:18:16 +00:00
renamed 2dfx shadowRange to Size
This commit is contained in:
@ -945,7 +945,7 @@ CFileLoader::Load2dEffect(const char *line)
|
||||
&effect->light.dist,
|
||||
&effect->light.range,
|
||||
&effect->light.size,
|
||||
&effect->light.shadowRange,
|
||||
&effect->light.shadowSize,
|
||||
&shadowIntens, &lightType, &roadReflection, &flare, &flags);
|
||||
effect->light.corona = RwTextureRead(corona, nil);
|
||||
effect->light.shadow = RwTextureRead(shadow, nil);
|
||||
|
Reference in New Issue
Block a user