浏览代码

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


正在加载...
取消
保存