Patch from Georg Kaiser.
This commit is contained in:
parent
b885e3ff87
commit
34e2e52158
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ readLayer (const SGPropertyNode * node, float w_scale, float h_scale)
|
||||||
static FGPanelInstrument *
|
static FGPanelInstrument *
|
||||||
readInstrument (const SGPropertyNode * node)
|
readInstrument (const SGPropertyNode * node)
|
||||||
{
|
{
|
||||||
const string &name = node->getStringValue("name");
|
const string name = node->getStringValue("name");
|
||||||
int x = node->getIntValue("x", -1);
|
int x = node->getIntValue("x", -1);
|
||||||
int y = node->getIntValue("y", -1);
|
int y = node->getIntValue("y", -1);
|
||||||
int real_w = node->getIntValue("w", -1);
|
int real_w = node->getIntValue("w", -1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue