This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
scene: fix a pretty verbose compilation warning.
undefined
Sam Hocevar
9 years ago
parent
2017951589
commit
732ba3802b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/scene.h
+ 1
- 1
src/scene.h
View File
@@ -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:
};
Write
Preview
Loading…
Cancel
Save