res
2013-07-01 15:20:51 UTC
Terrain2 loader: Added a check in debug mode for the name uniqueness of cell factories.
This is quite a behaviour difference in debug vs release mode.And in general it's not good if they behave vastly different, especially
when the behaviour depends on user data...
So I suggest either
(a) if terrain2 still works even with duplicate name, demote the message
to a warning and keep going
or (b) do the check (& message & fail) in release mode as well.
-f.r.