瀏覽代碼

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:
};


Loading…
取消
儲存