Initialize ID lookup tables to fix sleighexample

This commit is contained in:
Eric Kilmer 2022-07-27 11:53:41 -04:00
parent 75ae8b3c36
commit ae78cca16d
No known key found for this signature in database
GPG key ID: 504CA431CF70054B

View file

@ -294,6 +294,9 @@ int main(int argc,char **argv)
}
string action(argv[1]);
AttributeId::initialize();
ElementId::initialize();
// Set up the loadimage
MyLoadImage loader(0x80483b4,myprog,408);
// loader->open();