Skip to content

Commit 2ac35ef

Browse files
refac: change experimental backend default app to "app"
1 parent d6f1d85 commit 2ac35ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pl_main_glfw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ plKey pl_glfw_key_translate (int keycode, int scancode);
192192

193193
int main(int argc, char *argv[])
194194
{
195-
const char* pcAppName = "editor";
195+
const char* pcAppName = "app";
196196

197197
for(int i = 1; i < argc; i++)
198198
{

0 commit comments

Comments
 (0)