diff --git a/build/bin/imgui.ini b/build/bin/imgui.ini index 79255fa..3f4ad5e 100644 --- a/build/bin/imgui.ini +++ b/build/bin/imgui.ini @@ -23,7 +23,7 @@ Pos=68,96 Size=740,472 [Window][Set data position] -Pos=0,563 +Pos=0,570 Size=800,30 [Window][Dear ImGui Demo/ResizableChild_478B81A3] diff --git a/build/bin/mainV6.exe b/build/bin/mainV6.exe index 5c47845..73b9944 100644 Binary files a/build/bin/mainV6.exe and b/build/bin/mainV6.exe differ diff --git a/src/collections/methods/gamba.cpp b/src/collections/methods/gamba.cpp index 639349f..970fc4a 100644 --- a/src/collections/methods/gamba.cpp +++ b/src/collections/methods/gamba.cpp @@ -24,7 +24,7 @@ Gamba::Gamba(rb::Vector3 pos, unsigned int* dataPos, std::string cosciaData, std } catch(char* e){ - throw sprintf("Gamba ERROR : %s\n",e); + throw "Gamba ERROR : "+ std::string(e) +" \n" ; } }