mirror of
https://github.com/aap/librw.git
synced 2025-12-20 01:19:51 +00:00
got rid of PluginBase inhertiance because ps2 gcc complained about non-POD types
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
|
||||
namespace rw {
|
||||
|
||||
PluginList Geometry::s_plglist = { sizeof(Geometry), sizeof(Geometry), nil, nil };
|
||||
PluginList Material::s_plglist = { sizeof(Material), sizeof(Material), nil, nil };
|
||||
|
||||
SurfaceProperties defaultSurfaceProps = { 1.0f, 1.0f, 1.0f };
|
||||
|
||||
Geometry*
|
||||
|
||||
Reference in New Issue
Block a user