Skip to content

Commit

Permalink
A wrong type in the generated Lua script
Browse files Browse the repository at this point in the history
  • Loading branch information
chchwy committed Aug 11, 2020
1 parent c510896 commit 4d34b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/saveasdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ void SaveAsDialog::saveLuaScript(const std::vector<Ogre::Item*>& ogreItems)
" node:set_vec3('Position', { x = value.pos.x, y = value.pos.y, z = value.pos.z }) \n"
" node:set_vec3('Rotation', { x = value.rot.x, y = -value.rot.y, z = value.rot.z }) \n"
" node:set_vec3('Scale', { x = value.scale.x, y = value.scale.y, z = value.scale.z }) \n"
" node:set_ref('Is Pickable', false) \n"
" node:set_bool('Is Pickable', false) \n"
" node:signal_attribute('Parent') \n"
" node:signal_attribute('Name') \n"
" node:signal_attribute('Position') \n"
Expand Down

0 comments on commit 4d34b39

Please sign in to comment.