This commit is contained in:
Vaxry 2024-07-08 15:27:56 +02:00
parent 4543d8ae89
commit 10ba684559

View File

@ -132,7 +132,6 @@ void CCursorManager::setCursorSurface(SP<CWLSurface> surf, const Vector2D& hotsp
void CCursorManager::setXCursor(const std::string& name) {
float scale = std::ceil(m_fCursorScale);
xcursor.loadTheme(name.c_str(), m_iSize * scale);
if (!xcursor.themeLoaded) {
Debug::log(ERR, "XCursor failed to find theme in setXCursor");