fix(View): correct typo
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 51s
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 51s
This commit is contained in:
@@ -102,7 +102,7 @@ pub fn View(comptime Event: type, comptime Renderer: type) type {
|
|||||||
const view: @TypeOf(object) = @ptrCast(@alignCast(this.object));
|
const view: @TypeOf(object) = @ptrCast(@alignCast(this.object));
|
||||||
view.disable();
|
view.disable();
|
||||||
}
|
}
|
||||||
}.diable,
|
}.disable,
|
||||||
.deinit = struct {
|
.deinit = struct {
|
||||||
fn deinit(this: *ViewType) void {
|
fn deinit(this: *ViewType) void {
|
||||||
const view: @TypeOf(object) = @ptrCast(@alignCast(this.object));
|
const view: @TypeOf(object) = @ptrCast(@alignCast(this.object));
|
||||||
|
|||||||
Reference in New Issue
Block a user