Added drop shadow to fog, and optimized it with caching
This commit is contained in:
@@ -333,7 +333,7 @@ function Map({
|
||||
active={selectedToolId === "fog"}
|
||||
toolSettings={settings.fog}
|
||||
gridSize={gridSizeNormalized}
|
||||
transparent={allowFogDrawing && !settings.fog.preview}
|
||||
editable={allowFogDrawing && !settings.fog.preview}
|
||||
/>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user