diff options
author | Phil Jones <philj56@gmail.com> | 2021-11-04 17:44:13 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2021-11-04 17:44:13 +0000 |
commit | ac1e4143756fb06e9e2c12280b28c979fde34c78 (patch) | |
tree | d7b8044f79b41091fbf0a375074c1b0c6d74661c /src/main.c | |
parent | 2eb3e98cc31bb8358e89784f967900827a5face3 (diff) |
Print both real and cpu time in debug logs.
Also various minor cleanup.
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -615,6 +615,8 @@ int main(int argc, char *argv[]) .window = { .background_color = {0.89, 0.8, 0.824, 1.0}, .scale = 1, + .width = 640, + .height = 480, .surface = { .width = 640, .height = 480 }, .entry = { .border = { |