Skip to content

Commit 1c1b525

Browse files
committed
Updated message in generated new plugins to include the plugin name
1 parent 6ff0e62 commit 1c1b525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/premake/premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ struct Main
10361036
m_frame++;
10371037
10381038
static char msg[255];
1039-
sprintf_s(msg, "Hello world! Frame %d", m_frame);
1039+
sprintf_s(msg, "Hello from '%s' plugin! Frame %d", TARGET_NAME, m_frame);
10401040
10411041
]])
10421042

0 commit comments

Comments
 (0)