We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4571877 commit a516e59Copy full SHA for a516e59
1 file changed
vgui2/vgui_controls/ImagePanel.cpp
@@ -266,8 +266,8 @@ void ImagePanel::GetSettings(KeyValues *outResourceData)
266
outResourceData->SetString("border", GetBorder()->GetName());
267
}
268
269
- // dimhotepus: Set position image.
270
- outResourceData->SetInt("positionImage", m_bPositionImage );
+ // dimhotepus: Set position image. See https://github.com/ValveSoftware/source-sdk-2013/pull/1695
+ outResourceData->SetInt("positionImage", m_bPositionImage);
271
outResourceData->SetInt("scaleImage", m_bScaleImage);
272
outResourceData->SetFloat("scaleAmount", m_fScaleAmount);
273
outResourceData->SetInt("tileImage", m_bTileImage);
0 commit comments