Skip to content

Commit

Permalink
Update Single_File_Main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
AlerianEmperor authored Jul 17, 2023
1 parent c303ae2 commit 13bcc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Single_File_Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ float a = 0.4f;
vec3 ambient(a, a, a);

float depth = 0;
float chracter_width = 4.0f;
float chracter_width = 4.07902432575f;//4.0f;
float character_height = 6.6f;
float distance_between_chracters = 2.0f;

Expand Down

0 comments on commit 13bcc71

Please sign in to comment.