cnr-isti-vclab / corto

Mesh compression library, designed for rendering and speed.
Other
196 stars 43 forks source link

Fix a Bug of saving crt file. #5

Closed ShaoyuanLi closed 7 years ago

ShaoyuanLi commented 7 years ago

In main.cpp line 312 the parameter of fopen is "w".The parameter should be "wb".the "w" is right in Linux but wrong in Windows.