mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
minor bug fix for palette margins
This commit is contained in:
parent
6c89228477
commit
6aaf1a6bdc
@ -282,7 +282,7 @@ parse_group_line(const vector_string &words) {
|
|||||||
|
|
||||||
case S_margin:
|
case S_margin:
|
||||||
int margin_override;
|
int margin_override;
|
||||||
if (!string_to_int(word, margin_override)) {
|
if (string_to_int(word, margin_override)) {
|
||||||
group->set_margin_override(margin_override);
|
group->set_margin_override(margin_override);
|
||||||
}
|
}
|
||||||
state = S_none;
|
state = S_none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user