Fix compiling entry_noop (#3369)

This commit is contained in:
Raziel Alphadios 2024-10-30 20:35:19 +02:00 committed by GitHub
parent 331eeb2508
commit e72525231a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,6 @@ namespace entry
bgfx::NativeWindowHandleType::Enum getNativeWindowHandleType()
{
BX_UNUSED(_handle);
return bgfx::NativeWindowHandleType::Default;
}