GAMEDEV.NET
Failed assertion on const type w/ invalid assignment
There's an old thread for this, but it's still reproducable on the latest WIP version: https://www.gamedev.net/forums/topic/715649-assertion-failure-const-string-asdf-10/Here's a minimal case that reproduces the problem and doesn't rely on any bindings:class Foo {}void Main() {const Foo f = 10;}
0 Comentários 0 Compartilhamentos 71 Visualizações