Skip to content

Commit

Permalink
Remove ;
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeivolodin committed May 10, 2021
1 parent da5390b commit f684d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml-ar.pri
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ android {
# shader info
equals(PRINT_SHADER_INFO, "1") {
message("Printing shader information because PRINT_SHADER_INFO=1");
DEFINES += "DEBUG_SHADER=1";
DEFINES += "DEBUG_SHADER=1"
}
else {
message("Not printing shader information because PRINT_SHADER_INFO!=1");
Expand Down

0 comments on commit f684d01

Please sign in to comment.