chunky-cat / QUnreal

MIT License
6 stars 0 forks source link

Duplicate code prevents plugin from being compliled. #2

Closed HeadClot closed 2 months ago

HeadClot commented 2 months ago

In QuakeMapAssetFactory.cpp on both lines 110 and 113 the line of code return EReimportResult::Succeeded; is declared twice which prevents the plugin from being compiled. Removing the duplicate line of code on line 113 fixes this.

HeadClot commented 2 months ago

and Fixed :)