-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix subsurfaces not receiving position updates
This fixes an issue where subsurfaces would always stay at their original location regardless of `wl_subsurface::set_position` calls. This was caused by the subsurface's texture being loaded from cache with its original location. To ensure the subsurface position is correct, the texture's location is now always updated after loading it from the cache. Closes #145.
- Loading branch information
1 parent
794eb6f
commit c3cd0e1
Showing
2 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters