소스 검색

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


불러오는 중...
취소
저장