mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-05 08:26:28 +00:00
Refer to actual field.
This commit is contained in:
@@ -911,7 +911,7 @@ void Base<personality>::commit_register(int reg, uint8_t value) {
|
||||
}
|
||||
#undef Begin
|
||||
|
||||
Storage<personality>::pixel_operation = CommandContext::LogicalOperation(value & 0xf);
|
||||
Storage<personality>::command_context_.pixel_operation = CommandContext::LogicalOperation(value & 0xf);
|
||||
|
||||
// Kill the command immediately if it's done in zero operations
|
||||
// (e.g. a line of length 0).
|
||||
|
Reference in New Issue
Block a user