OSDN Git Service

Added back the mesh name
authorryan <>
Sun, 18 Sep 2016 16:51:17 +0000 (16:51 +0000)
committerryan <>
Sun, 18 Sep 2016 16:51:17 +0000 (16:51 +0000)
src/sbs/camera.cpp

index d471733..fe9b124 100644 (file)
@@ -589,7 +589,7 @@ void Camera::ClickedObject(bool shift, bool ctrl, bool alt, bool right)
 
        //show result
        if (!wall)
-               sbs->Report("Clicked on object " + number + ": " + mesh_parent->GetName());
+               sbs->Report("Clicked on object " + number + ": " + mesh_parent->GetName()+ " - Mesh: " + meshname);
 
        if (mesh_parent->GetType() == "ButtonPanel")
        {