Skip to content

Commit 0e1c996

Browse files
committed
Fix missing comma
1 parent 52e0479 commit 0e1c996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/CesiumRuntime/CesiumRuntime.Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public CesiumRuntime(ReadOnlyTargetRules Target) : base(Target)
104104
"JsonUtilities",
105105
"Slate",
106106
"SlateCore",
107-
"Niagara"
107+
"Niagara",
108108
"ChaosCore"
109109
}
110110
);

0 commit comments

Comments
 (0)