Aggiustato warning sulla throw
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ Pos=68,96
|
|||||||
Size=740,472
|
Size=740,472
|
||||||
|
|
||||||
[Window][Set data position]
|
[Window][Set data position]
|
||||||
Pos=0,563
|
Pos=0,570
|
||||||
Size=800,30
|
Size=800,30
|
||||||
|
|
||||||
[Window][Dear ImGui Demo/ResizableChild_478B81A3]
|
[Window][Dear ImGui Demo/ResizableChild_478B81A3]
|
||||||
|
|||||||
Binary file not shown.
@@ -24,7 +24,7 @@ Gamba::Gamba(rb::Vector3 pos, unsigned int* dataPos, std::string cosciaData, std
|
|||||||
|
|
||||||
}
|
}
|
||||||
catch(char* e){
|
catch(char* e){
|
||||||
throw sprintf("Gamba ERROR : %s\n",e);
|
throw "Gamba ERROR : "+ std::string(e) +" \n" ;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user