Skip to content

Commit 4885d29

Browse files
Fix build failing under clang-cl
1 parent 9b1a669 commit 4885d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/GameClasses/PanoramaImagePanel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
struct SvgImageParams {
1212
const char* imageUrl;
1313
int textureHeight{-1};
14-
std::optional<cs2::Color> fillColor;
14+
std::optional<cs2::Color> fillColor{};
1515
};
1616

1717
template <typename Context>

0 commit comments

Comments
 (0)