• R/O
  • HTTP
  • SSH
  • HTTPS

meshio: コミット

3D model(pmd, mqo...) IO library using C++.


コミットメタ情報

リビジョン27ebe6c5ea1b50b347ac66288ca8a292e5530cc7 (tree)
日時2012-03-07 23:53:44
作者ousttrue <ousttrue@gmai...>
コミッターousttrue

ログメッセージ

fixed by @santarh

変更サマリ

差分

--- a/src/pmd.cpp
+++ b/src/pmd.cpp
@@ -411,7 +411,7 @@ namespace meshio {
411411 for(int i=0; i<10; ++i){
412412 char toon[100];
413413 sprintf(toon, "toon%02d.bmp", i+1);
414- toon_textures[i]=toon;
414+ toon_textures[i]=fixed_string<100>(std::string(toon));;
415415 }
416416 }
417417
旧リポジトリブラウザで表示