Skip to content

Commit 7d0067f

Browse files
authored
path to string conversion on Windows fix. (#8333)
1 parent a152080 commit 7d0067f

File tree

1 file changed

+1
-1
lines changed
  • examples/3d/assimp3DModelLoaderExample/src

1 file changed

+1
-1
lines changed

examples/3d/assimp3DModelLoaderExample/src/ofApp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,6 @@ void ofApp::gotMessage(ofMessage msg){
263263

264264
//--------------------------------------------------------------
265265
void ofApp::dragEvent(ofDragInfo dragInfo){
266-
loadModel(dragInfo.files[0]);
266+
loadModel(dragInfo.files[0].string());
267267
}
268268

0 commit comments

Comments
 (0)