Codechange: Move Sound Driver parameter name listings (#10127)
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
|
||||
class FSoundDriver_Cocoa : public DriverFactoryBase {
|
||||
public:
|
||||
FSoundDriver_Cocoa() : DriverFactoryBase(Driver::DT_SOUND, 10, "cocoa", "Cocoa Sound Driver") {}
|
||||
FSoundDriver_Cocoa() : DriverFactoryBase(Driver::DT_SOUND, 10, "cocoa", "Cocoa Sound Driver (param hz)") {}
|
||||
Driver *CreateInstance() const override { return new SoundDriver_Cocoa(); }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user