Skip to content

Commit

Permalink
fix warning on return type
Browse files Browse the repository at this point in the history
  • Loading branch information
capnramses committed Mar 14, 2024
1 parent 24156e6 commit 565b994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04_mats_and_vecs/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ int main() {
if ( GL_TRUE != params ) {
fprintf( stderr, "ERROR: could not link shader programme GL index %i\n", shader_programme );
print_programme_info_log( shader_programme );
return false;
return 1;
}

GLfloat matrix[] = {
Expand Down

0 comments on commit 565b994

Please sign in to comment.