GameAnalytics / GA-SDK-GODOT

Official GameAnalytics Godot SDK repository
MIT License
42 stars 7 forks source link

error: use of undeclared identifier 'dimension' #20

Closed matthew-a-schultz closed 2 years ago

matthew-a-schultz commented 2 years ago

Attempting to build for MacOS x86 getting the following error:

modules/gameanalytics/GameAnalytics.cpp:886:34: error: use of undeclared identifier 'dimension' ::setGlobalCustomEventFields(dimension.utf8().get_data());

matthew-a-schultz commented 2 years ago

Looks like this issue is that it's actually passed as "customFields"

matthew-a-schultz commented 2 years ago

Added fix to pull request

the1schwartz commented 2 years ago

Thanks for reporting this (and creating the PR)