Skip to content

fix string conversion in javascript export

Rafał Mikrut requested to merge github/fork/Hinsbart/html5-gamepad into master

Created by: Hinsbart

fixes the following compile error (introduced in #3391):

platform/javascript/export/export.cpp:188:78: error: conditional expression is ambiguous; 'String' can be converted to 'Variant' and vice versa
  ...?html_title: Globals::get_singleton()->get("application/name"));
     ^~~~~~~~~~~  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Merge request reports