mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -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:
|
||||
int margin_override;
|
||||
if (!string_to_int(word, margin_override)) {
|
||||
if (string_to_int(word, margin_override)) {
|
||||
group->set_margin_override(margin_override);
|
||||
}
|
||||
state = S_none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user