Skip to content

Commit

Permalink
Changed plugin description to match filename
Browse files Browse the repository at this point in the history
  • Loading branch information
leadedge committed Jan 23, 2015
1 parent 6167506 commit 1b01484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShaderMaker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@

static CFFGLPluginInfo PluginInfo (
ShaderMaker::CreateInstance, // Create method
"FFID", // *** Plugin unique ID (4 chars) - this must be unique for each plugin
"Plugin name", // *** Plugin name - make it different for each plugin
"ZZZZ", // *** Plugin unique ID (4 chars) - this must be unique for each plugin
"Shader Maker", // *** Plugin name - make it different for each plugin
1, // API major version number
000, // API minor version number
1, // *** Plugin major version number
Expand Down

0 comments on commit 1b01484

Please sign in to comment.