mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
prebuild-bison
This commit is contained in:
parent
4a5c29bde8
commit
83a4fd6462
@ -2601,7 +2601,7 @@ case 76:
|
|||||||
string strval = yyvsp[-1]._string;
|
string strval = yyvsp[-1]._string;
|
||||||
|
|
||||||
EggGroup::DCSType f = EggGroup::string_dcs_type(strval);
|
EggGroup::DCSType f = EggGroup::string_dcs_type(strval);
|
||||||
if (f == EggGroup::DC_none) {
|
if (f == EggGroup::DC_unspecified) {
|
||||||
eggyywarning("Unknown DCS type " + strval);
|
eggyywarning("Unknown DCS type " + strval);
|
||||||
} else {
|
} else {
|
||||||
group->set_dcs_type(f);
|
group->set_dcs_type(f);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user