ソースを参照

scene: fix a pretty verbose compilation warning.

undefined
Sam Hocevar 9年前
コミット
732ba3802b
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/scene.h

+ 1
- 1
src/scene.h ファイルの表示

@@ -49,7 +49,7 @@ class PrimitiveSettings
public:
PrimitiveSettings() { }
virtual ~PrimitiveSettings() { }
virtual void ApplyTo(Primitive* primitive) const { }
virtual void ApplyTo(Primitive* primitive) const { UNUSED(primitive); }

private:
};


読み込み中…
キャンセル
保存