Skip to content

Commit

Permalink
enumの識別名にキーワードは使えないので変更
Browse files Browse the repository at this point in the history
  • Loading branch information
yumetodo committed Mar 14, 2016
1 parent 58a1635 commit d740717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dxlibex/Sound.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace dxle
{
namespace ch = std::chrono;
enum class reverb : int {
default = DX_REVERB_PRESET_DEFAULT,// デフォルト
default_airspace = DX_REVERB_PRESET_DEFAULT,// デフォルト
generic = DX_REVERB_PRESET_GENERIC,// 一般的な空間
padded_cell = DX_REVERB_PRESET_PADDEDCELL,// 精神病患者室(?)
room = DX_REVERB_PRESET_ROOM,// 部屋
Expand Down

0 comments on commit d740717

Please sign in to comment.