You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 18 references: driver.videoMemory.Copy(aThis.GetPointOffset(x, y + i), data, i * width, width);
Severity Code Description Project File Line Suppression State
Error (active) CS1061 'SVGAIICanvas' does not contain a definition for 'GetPointOffset' and no accessible extension method 'GetPointOffset' accepting a first argument of type 'SVGAIICanvas' could be found (are you missing a using directive or an assembly reference?) Aura_Plugs C:\source\repos\Aura-Operating-System\SRC\Aura_Plugs\SVGAIICanvas.cs 18
Looks like you've got this to compile previously from the screen shots (Awesome job btw!) so perhaps someone forgot to commit/push some code? Just a guess.
Thanks!
The text was updated successfully, but these errors were encountered:
Line 18 references:
driver.videoMemory.Copy(aThis.GetPointOffset(x, y + i), data, i * width, width);
Severity Code Description Project File Line Suppression State
Error (active) CS1061 'SVGAIICanvas' does not contain a definition for 'GetPointOffset' and no accessible extension method 'GetPointOffset' accepting a first argument of type 'SVGAIICanvas' could be found (are you missing a using directive or an assembly reference?) Aura_Plugs C:\source\repos\Aura-Operating-System\SRC\Aura_Plugs\SVGAIICanvas.cs 18
Looks like you've got this to compile previously from the screen shots (Awesome job btw!) so perhaps someone forgot to commit/push some code? Just a guess.
Thanks!
The text was updated successfully, but these errors were encountered: