fixbug of layout implementation

This commit is contained in:
Vincent Wei
2019-03-26 12:22:26 +08:00
parent f5e1144cbe
commit ed6ceaa49c
5 changed files with 128 additions and 105 deletions
+1 -1
View File
@@ -4865,7 +4865,7 @@ MG_EXPORT void* GetResource (RES_KEY key);
*
* When you get a resource, you should call this function to ensure that
* the resource can not be unloaded when you still use it.
* This function must be called after LoadResource.
* This function must be called after GetResource.
*
* \param key The key of resource (use Str2Key(res_name) to get the key).
*