mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
makepanda: Fix table alignment
This commit is contained in:
parent
a251c6dd8f
commit
527e4840ff
@ -2268,7 +2268,7 @@ DTOOL_CONFIG=[
|
|||||||
("DEFAULT_PATHSEP", '";"', '":"'),
|
("DEFAULT_PATHSEP", '";"', '":"'),
|
||||||
("WORDS_BIGENDIAN", 'UNDEF', 'UNDEF'),
|
("WORDS_BIGENDIAN", 'UNDEF', 'UNDEF'),
|
||||||
("HAVE_OPEN_MASK", 'UNDEF', 'UNDEF'),
|
("HAVE_OPEN_MASK", 'UNDEF', 'UNDEF'),
|
||||||
("PHAVE_LOCKF", '1', '1'),
|
("PHAVE_LOCKF", '1', '1'),
|
||||||
("HAVE_WCHAR_T", '1', '1'),
|
("HAVE_WCHAR_T", '1', '1'),
|
||||||
("HAVE_WSTRING", '1', '1'),
|
("HAVE_WSTRING", '1', '1'),
|
||||||
("SIMPLE_STRUCT_POINTERS", '1', 'UNDEF'),
|
("SIMPLE_STRUCT_POINTERS", '1', 'UNDEF'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user