This commit is contained in:
Erwin Coumans
2019-09-24 13:43:20 -07:00
4 changed files with 8 additions and 8 deletions

View File

@@ -4005,7 +4005,7 @@ bool PhysicsServerCommandProcessor::processSaveWorldCommand(const struct SharedM
FILE* f = fopen(clientCmd.m_sdfArguments.m_sdfFileName, "w");
if (f)
{
char line[1024];
char line[2048];
{
sprintf(line, "import pybullet as p\n");
int len = strlen(line);