Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaDesigns committed Dec 24, 2023
1 parent ecf4903 commit 5acb560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Charm/ActivityMapEntityView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ private static void ExportIndividual(List<FileHash> dataTables, string hash, str
terrainArrangement.Terrain.LoadIntoExporter(staticScene, savePath, true);
break;
case SMapWaterDecal water:
ExporterScene waterScene = Exporter.Get().CreateScene(hash, ExportType.EntityInMap); //Idk what to name this besides water
ExporterScene waterScene = Exporter.Get().CreateScene(water.Model.Hash, ExportType.EntityInMap); //Idk what to name this besides water
waterScene.AddModel(water.Model);
SBoxHandler.SaveEntityVMDL($"{savePath}/Entities", water.Model.Hash, water.Model.Load(ExportDetailLevel.MostDetailed, null));
break;
Expand Down

0 comments on commit 5acb560

Please sign in to comment.