mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-25 20:16:05 -05:00
fix member hide
This commit is contained in:
@@ -68,7 +68,7 @@ namespace VRM
|
||||
|
||||
public FogScope()
|
||||
{
|
||||
bool fog = RenderSettings.fog; // ... let's remember the current fog setting...
|
||||
fog = RenderSettings.fog; // ... let's remember the current fog setting...
|
||||
// we are technically rendering everything in the scene, so scene fog might affect it...
|
||||
Unsupported.SetRenderSettingsUseFogNoDirty(false); // ... and then temporarily turn it off
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user