File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ void GLSLProgram::reloadProgram() {
7777 if (program != -1 )
7878 glDeleteShader (program);
7979
80- OSFILE *file = OSBasics::open (fileName, " r " );
80+ OSFILE *file = OSBasics::open (fileName, " rb " );
8181 if (!file) {
8282 Logger::log (" Error: shader file %s not found\n " , fileName.c_str ());
8383 program = -1 ;
Original file line number Diff line number Diff line change 1818 Release| x64 = Release| x64
1919 EndGlobalSection
2020 GlobalSection (ProjectConfigurationPlatforms ) = postSolution
21- {D6C2171B-9167-4FB6-851A-DC1CEDCFC43D} .Debug| Win32 .ActiveCfg = Debug| Win32
22- {D6C2171B-9167-4FB6-851A-DC1CEDCFC43D} .Debug| Win32 .Build .0 = Debug| Win32
21+ {D6C2171B-9167-4FB6-851A-DC1CEDCFC43D} .Debug| Win32 .ActiveCfg = Debug| x64
22+ {D6C2171B-9167-4FB6-851A-DC1CEDCFC43D} .Debug| Win32 .Build .0 = Debug| x64
2323 {D6C2171B-9167-4FB6-851A-DC1CEDCFC43D} .Debug| x64 .ActiveCfg = Debug| x64
2424 {D6C2171B-9167-4FB6-851A-DC1CEDCFC43D} .Debug| x64 .Build .0 = Debug| x64
2525 {D6C2171B-9167-4FB6-851A-DC1CEDCFC43D} .Release| Win32 .ActiveCfg = Release| Win32
You can’t perform that action at this time.
0 commit comments