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 9778167 commit f8a0d17Copy full SHA for f8a0d17
VisualPinball.Engine.PinMAME.Unity/Editor/PinMameGamelogicEngineInspector.cs
@@ -157,8 +157,8 @@ private void CreateDisplays(IEnumerable<DisplayAuthoring> sceneDisplays)
157
var tableHeight = 0f;
158
var tableWidth = 1f;
159
if (ta) {
160
- tableHeight = ta.Table.GlassHeight * VpxConverter.GlobalScale;
161
- tableWidth = ta.Table.Width * VpxConverter.GlobalScale;
+ tableHeight = ta.Table.GlassHeight * TablePlayfieldAuthoring.GlobalScale;
+ tableWidth = ta.Table.Width * TablePlayfieldAuthoring.GlobalScale;
162
}
163
164
// get total height
0 commit comments