maxwell_3d: Resolve -Wdocumentation warning

Removes a documentation comment for a non-existent member.
master
Lioncash 2020-12-06 20:48:10 +07:00
parent bcc5c4403a
commit ce0712bf95
1 changed files with 1 additions and 1 deletions

@ -1512,8 +1512,8 @@ private:
/**
* Call a macro on this engine.
*
* @param method Method to call
* @param num_parameters Number of arguments
* @param parameters Arguments to the method call
*/
void CallMacroMethod(u32 method, const std::vector<u32>& parameters);